Search found 2 matches

by sab24
Thu Apr 09, 2020 2:42 pm
Forum: Programming
Topic: Compiling On Mac
Replies: 7
Views: 6894

Re: Compiling On Mac

And to compile the latest source from launchpad you need to change two commands: g++ -iquote ./tools -iquote ./tools/values -iquote ./resource -iquote ./thirdparty/mathexpr -iquote ./thirdparty/utf8 -iquote ./protobuf -iquote protobuf -iquote ./render -iquote ./ui -iquote ./thirdparty/shttpd -iquote...
by sab24
Thu Apr 09, 2020 2:17 pm
Forum: Programming
Topic: Compiling On Mac
Replies: 7
Views: 6894

Re: Compiling On Mac

Hi, It's not that hard at all. 1. Download the source code 2. extract the tar.gz 3. open terminal 4. cd into the directory where you extracted the source 5. run ./configure 6. run make 7. fix the command that fails on macos by adding -framework OpenGL -framework GLUT to the command that fails. Or yo...