?? install
字號:
1. Configure If you checked out the library from CVS. ./autogen.sh --prefix=/usr otherwise, ./configure --prefix=/usr I usually add --prefix=/usr, since that's where I keep SDL, but it is not required.2. Build the library: make3. Install the library and headers. Do this as root. make install4. Test the library cd demo ./uitest
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -