diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-12 13:03:40 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-12 13:03:40 -0800 |
commit | 239c9e46ea7e0279f95197cc2dc62bb1dd69aa8f (patch) | |
tree | fb5c3897c5938bf800bbf35e934400f261de9c77 | |
parent | 54d1b11b1981481ba177c8f7c84c179977f5652d (diff) | |
download | infinitytier-239c9e46ea7e0279f95197cc2dc62bb1dd69aa8f.tar.gz infinitytier-239c9e46ea7e0279f95197cc2dc62bb1dd69aa8f.zip |
docs
-rw-r--r-- | BUILDING.txt | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/BUILDING.txt b/BUILDING.txt index 53c9d1a0..f2dbf531 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -6,17 +6,13 @@ Developers note: there is currently no management of dependencies on *nix platforms, so you should make clean ; make if you change a header. Will do this eventually. --- MacOS - -make -f Makefile.mac - -Edit Makefile.mac if you want to change between debug or release build. - -- Linux -make -f Makefile.linux +make + +-- MacOS -Edit Makefile.linux if you want to change between debug or release build. +make If you are building ext/tap-mac you will need a different version of the OSX gcc compiler chain than what currently ships (clang). We've got a copy |