install

来自「一个小巧的嵌入式图形系统wGUI, 可以用VC编译」· 代码 · 共 21 行

TXT
21
字号
wGui now uses the standard autoconf/automake system, so the basic build consists of two simple steps:./configuremakeIf you run into problems saying that 'depcomp' is missing, you may want to try running 'automake -a'.This will build the wGui library (only staticly), and will build the test apps in the .\tests directory.For installing, you can use the "make install" command, which should now work.  However this has not been extensively tested,and all files are installed by default to /usr/local/wGui which may not be the desired destination.You also need to ensure that the wgui.conf file is properly configured for your system and is in the correct location.An example of this file can be found in the main wgui directory.  It should be modified and copied to either a global location(/etc/wgui in *nix or c:\program files\common files\wgui on Win32) or to a user location (/home/<username>/.wgui on *nix orc:\documents and settings\<username>\application data\wgui on Win32).See the documentation (/docs) for more information.vcproj and dsp files has also been included for use with the Microsoft Visual C++ compiler in Win32 environments.

⌨️ 快捷键说明

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