raduprv / Eternal-Lands

http://www.eternal-lands.com
Other
157 stars 57 forks source link

Tip: Building for Devuan Linux #119

Open clort81 opened 3 years ago

clort81 commented 3 years ago

Just wanted to leave a tip for things i needed to do to get the build started after mkdir build for cmake

[EDIT] Unfortunately that makes the install prefix -- Installing: /usr/include/nlohmann;/usr/local/bin/el.linux.bin oops.

pjbroad commented 3 years ago

Thanks for the tip. You can also use the version of nlohmann-json that is included with the EL source by adding the flag "-DLOCAL_NLOHMANN_JSON=On" to the cmake step.