install

来自「shrike is a utility application that act」· 代码 · 共 29 行

TXT
29
字号
To compile shrike you will need - an installed version of libsh, available from   http://libsh.org/. You'll probably need a version of Sh matching   the version number of shrike - the shmedia package, available from the Sh website. - OpenGL - a recent glext.h, if you want the ARB backend to work. If you got   the Sh ARB backend to install you should be fine. - wxwidgets, available from http://www.wxwidgets.org/   ("apt-get install libwxgtk2.4-dev" on Debian)   NOTE: must be compiled with the --with-opengl optionTo get the compilation process going, just run  ./configure --with-sh=PATH_TO_SH --with-shmedia=PATH_TO_SHMEDIAWhere PATH_TO_SH and PATH_TO_SHMEDIA are the installationdirectories of Sh and shmedia. If you installed these into your system'sdefault install directory (e.g. /usr or /usr/local) you won't needthese options, although you will probably need the shmedia one.Once configure has completed successfully, run  makewhich will compile the program. You should then try running it with  src/shrikeOptionally you can install shrike with "make install".See the README file for usage information.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?