Documentation/PythonScripting HowToUseCTKPythonConsole: Difference between revisions

From Commontk
Jump to navigationJump to search
(Created page with " ==How to launch the PythonShell== * Make sure that you have <code>CTK_APP_ctkSimplePythonShell</code> enable. * To do it, type <code>ccmake .</code> in a terminal console at...")
 
(No difference)

Latest revision as of 18:02, 1 September 2016

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 turn ON the CTK_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.