diff --git a/INSTALL.md b/INSTALL.md index 0cfebb5b..c6a19943 100644 --- a/INSTALL.md +++ b/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. @@ -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. \ No newline at end of file