install
来自「kscope」· 代码 · 共 46 行
TXT
46 行
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 + =
减小字号Ctrl + -
显示快捷键?