install

来自「基于SDL实现的GUI」· 代码 · 共 27 行

TXT
27
字号
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 + =
减小字号Ctrl + -
显示快捷键?