?? install
字號:
Building and Installing KScope==============================Prerequisites-------------- Qt4 version 4.4.0 and above- QScintilla2 (http://www.riverbankcomputing.co.uk/software/qscintilla/download)- Standard build toolsConfigure---------Edit the 'config' file as necessary.Please make sure that all paths are set up correctly before building KScope.Any changes to the configuration file require a fresh build (starting with an invocation of qmake).Build-----In a shell, execute $ qmake $ makeor $ make debugfor a debug-enabled build.Install-------Make sure you have the right permissions for copying files into the destinationdirectory. Then execute $ make installRun---The executable is called 'kscopeapp' and is located under INSTALL_PATH/bin. Theshared libraries are under INSTALL_PATH/lib, so LD_LIBRARY_PATH needs to includethis directory for the dynamic linker to find them.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -