Table of Contents |
---|
...
echo 'export PATH=${PATH}:/opt/local/bin' >> ~/.profile
Since Xcode 5, to be able to compile Ryzom Core, you'll need to type :
...
- Install luabind, see Installing Luabind.
- note: if you get string.h not found error in macOS 10.14 run this command:
opensudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
Get the sources
See Getting Source.
...