📄 install
字号:
Installing GNOME Peg Solitaire==============================$ means it can be done be as normal user.# means you'll probably have to be root to do it.The first thing you do, is to install the tarball.(x.x represents the version number.) $ tar -zxvf gpegsol-x.x.tar.gz $ cd gpegsol-x.xThen, run confugure. These should work:Debian: $ ./configure --prefix=/usr --sysconfdir=/etc --bindir=/usr/gamesRed Hat: $ ./configure --prefix=/usr --sysconfdir=/etc --bindir=/usr/bin(Don't know with others.)You can now compile and install it with the following commands.(Notice that 'make install' can not be done by a normal user.) $ make # make installCompiling with GNOME icon=========================If you uncomment the line/* #define GPEGSOL_ICON */to#define GPEGSOL_ICONin src/gpegsol.c, then the program will compile with icon.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -