Documentation/PythonScripting HowToUseCTKPythonConsole
From Commontk
Jump to navigationJump to search
Home < Documentation < PythonScripting HowToUseCTKPythonConsole
How to launch the PythonShell
- Make sure that you have
CTK_APP_ctkSimplePythonShell
enable. - To do it, type
ccmake .
in a terminal console at the CTK-build level. Use t to display all specifications and turnON
theCTK_APP_ctkSimplePythonShell
parameter. - To create the binaries, run
make -j8
in the same folder level. - To run the app, go to the repository
CTK-build/CTK-build/bin
and run./ctkSimplePythonShell
.