Updated for LJM 1.2000.
Windows:
Newer versions of Visual Studio work with these .sln and .vcproj files, though you will need to run the automatic upgrade process when opening them.
For Visual Studio 2017, you may get the following error:
Error C1083 Cannot open include file: 'stdio.h': No such file or directory
In this case, you need to switch the project SDK version from 8.1 to 10:
- Open the Properties window for the project (e.g. in the Solution Explorer, right click on the project - not the solution)
- Change Configuration Properties -> General -> Target Platform Version to something like 10.0.14393.0
Mac/Linux:
On Mac/Linux the .zip format, unfortunately, removes the execution permissions from the build scripts. To use the examples on Mac/Linux, you may need to apply executable permissions:
$ tar zxvf C_C++_LJM_2019-02-20.zip
$ cd C_C++_LJM_2019-02-20
$ chmod a+x make_all.sh basic/make.sh more/*/make.sh scons-local-2.5.1/scons.py