-
Notifications
You must be signed in to change notification settings - Fork 6
Home
bruno edited this page Jul 23, 2025
·
6 revisions
Welcome to the Khiops development wiki! This wiki is dedicated for the developers documentation.
For the user documentation go to http://khiops.org.
If you can't find the packages for your operating system in the releases, you can build Khiops from scratch. You will need a C++ compiler, CMake, a JDK, and MPI. See this page for more information.
- Clone the Khiops repository and switch to a tag
Caution
It is safer to switch to a tag that corresponds to the latest release. This ensures that you are not using an unstable branch.
- Build Khiops with CMake:
cd khiops cmake --fresh -S . -B build -D TESTING=OFF -D BUILD_JARS=ON -D CMAKE_BUILD_TYPE=Release cmake --build build/ --parallel
- Build the packages with CPack (optional, for Linux only):
cd build # Use DEB or RPM generator cpack -G DEB