diff options
| author | Ben Vanik <ben.vanik@gmail.com> | 2015-08-18 14:18:00 -0700 |
|---|---|---|
| committer | Ben Vanik <ben.vanik@gmail.com> | 2015-08-18 14:18:00 -0700 |
| commit | 8b0d4fb51cdd395601c33a36b461ae2e70f62188 (patch) | |
| tree | c9ec11055f4e70eae6e6f84e71ec325fed5c45e7 /docs | |
| parent | 19299fad4b2aca5eec4f4016a2559b7db3f1978a (diff) | |
Linux tweaks.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/building.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/building.md b/docs/building.md index 8742377ea..487f5d35d 100644 --- a/docs/building.md +++ b/docs/building.md @@ -28,6 +28,17 @@ the file to run in the 'Command Arguments' field (or use `--flagfile=flags.txt`) To redirect output, use the following command flags: `--flagfile=$(SolutionDir)scratch\flags.txt 2>&1 1>$(SolutionDir)scratch\stdout.txt` +### Linux + +Linux support is extremely experimental and incomplete. + +Only tested with GCC 4.9 on Ubuntu 14. [CodeLite](http://codelite.org) is the +IDE of choice and `xb premake` will spit out files for that. Make also works via +`xb build`. + +Currently building requires that CC == CXX == g++. If you know a way around this +(to force .c files to be built with g++) let me know. + ## Running To make life easier you can use `--flagfile=myflags.txt` to specify all |
