📄 install
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -