📄 install
字号:
qtclconsole & qpyconsole samples should be compiled and runon every platform Qt (3.x & 4.x) can be compiled on.qtclconsole:============ The only required library is the TCL library version 8.4 (an olderversion could work as well but the .pro file needs to be modified). If the TCL library is not installed in a standard path, an environmentvariable TCL_PATH should be set to point to the TCL installation path(where there's its lib and include directories).To compile and run the sample, just type:qmake qtclconsole.promakeqtclconsole If you encounter link problems "undefined reference to `__ctype_b'", just compile tclmain.cppwith -DFIX__CTYPE_qpyconsole:=========== The only required library is the Python library version 2.4 (olderversions could work as well). Both environment variables: PYTHON_PATH & PYTHON_VERSION should betset in order to link with the python library. Example:setenv PYTHON_PATH /usrsetenv PYTHON_VERSION 2.4To compile and run the sample, just type:qmake qpyconsole.promakeqpyconsole If you encounter link problems "undefined reference to `__ctype_b'", just compile pymain.cppwith -DFIX__CTYPE_AUTHORS:========Houssem BDIOUI (houssem.bdioui@gmail.com)Mondrian NUESSLE (nuessle@uni-mannheim.de)Ulrich RingEnjoy :)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -