Documentation/PythonScripting HowToUseCTKPythonConsole

From Commontk
Revision as of 18:02, 1 September 2016 by Mayeul.chassagnard (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 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.