⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 基于SDL实现的GUI
💻
字号:
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 + -