Update Linux section of building.md document.

This commit is contained in:
sephiroth99 2015-09-26 00:17:32 -04:00
parent 9dfabba583
commit 0308039779
1 changed files with 5 additions and 6 deletions

View File

@ -34,14 +34,13 @@ get helpful spacers/movs in the disassembly.
### Linux ### Linux
Linux support is extremely experimental and incomplete. Linux support is extremely experimental and presently incomplete.
Only tested with GCC 4.9 on Ubuntu 14. [CodeLite](http://codelite.org) is the The build script uses LLVM/Clang 3.8. GCC should also work, but is not easily
IDE of choice and `xb premake` will spit out files for that. Make also works via swappable right now.
`xb build`.
Currently building requires that CC == CXX == g++. If you know a way around this [CodeLite](http://codelite.org) is the IDE of choice and `xb premake` will spit
(to force .c files to be built with g++) let me know. out files for that. Make also works via `xb build`.
## Running ## Running