This software is built with the EZRE build system. In the source directory, you may execute any of the following:
make deps
- installs the build dependencies required to compile the program on x86_64 Linux or Mac OS. The host Linux distribution must have either the dnf
or apt
package manager for this to work. Mac OS hosts must have MacPorts installed.
make
- creates an executable for the host system.
make clean
- deletes only the generated executable file created by only executing make
.
make clean-build
- deletes the generated build directory in it’s entirety.
make all
- generates all of the following:
Note: Linux host required. Not generated by Mac OS hosts.
Note: Linux host required. Not generated by Mac OS hosts.
All output is found in the build
directory created in the source directory.
Note: Mac OS host required. Not generated by Linux hosts. Whatever arch your Mac is will be what’s generated. In general any newer Mac OS version will work, but Mac OS 10.15 and newer doesn’t support x86 executables and Mac OS X 10.6 is the last one that can run PowerPC executables (via Rosetta).
All output is found in the build
directory created in the source directory.