Skip to content

Commit

Permalink
Markdownified INSTALL.md. Also changed 'git://github.com/why/potion.g…
Browse files Browse the repository at this point in the history
…it' to 'git://github.com/fogus/potion.git'.
  • Loading branch information
orangea committed Nov 7, 2010
1 parent 7ce6db9 commit 391cbbd
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions INSTALL.md
@@ -1,41 +1,37 @@

~ building potion ~
## ~ building potion ~

Normally,

$ make
$ make

To build with debugging symbols,

$ make DEBUG=1
$ make DEBUG=1

To build with the JIT off,

$ make JIT=0
$ make JIT=0

Lastly, to verify your build,

$ make test

$ make test

~ the latest potion ~
## ~ the latest potion ~

To build the bleeding edge, you will need
make, binutils and gcc.

$ git clone git://github.com/why/potion.git
$ cd potion
$ make
$ git clone git://github.com/fogus/potion.git
$ cd potion
$ make


~ installing ~
## ~ installing ~

Since Potion is only a single binary right now
and there's no additional libs, I haven't written
an installation step yet.


~ building on windows ~
## ~ building on windows ~

Potion's win32 binaries are built using MinGW.
<http://mingw.org/>
Expand All @@ -46,13 +42,13 @@ to my $PATH.

Once that's all done,

$ make
$ make

The easiest way to do this, actually, is on Linux.

On Ubuntu, if you have MinGW installed,

$ make CC=i586-mingw32msvc-gcc
$ make CC=i586-mingw32msvc-gcc

You may then rename `potion` to `potion.exe` and
donate that binary to the needy.
donate that binary to the needy.

0 comments on commit 391cbbd

Please sign in to comment.