Search found 1 match

by alrightyaphrodite
10 Jul 2018, 15:05
Forum: Bug reports
Topic: Crash when compiling without Qt
Replies: 1
Views: 1868

Crash when compiling without Qt

Hello, I tried to run V-REP on a server, so I wanted to compile it without Qt. Loosely, I followed this guide . Things I did differently: - replace `./programming/include` with this repo - modify `makefile:14` to say `CFLAGS += "-I/usr/include/lua5.1"` (the path is my Lua include directory...