CMake project to build the xcdr development, DEB, and RPM packages
This project simplifies the building of the xcdr by offering a simple CMake project and a Makefile with 2 targets.
To build a local development version of xcdr, enter the following command:
make devel
The result of the above command can be found in the Debug directory. NOTE: The setup.sh script will need to be adjusted to point to the proper LD_LIBRARY_PATH and PATH
To build a DEB package for release, enter the following command:
make DEB
The result of the above command will create a .deb package file in the DEB_Release directory
To build an RPM package for release, enter the following command:
make RPM
The result of the above command will create a .rpm package file in the RPM_Release directory