📄 install
字号:
$Id: INSTALL,v 1.4 2002/01/04 14:17:27 marijn Exp $Installation procedure:First, decide where you want to have the software installed.The default prefix is "/usr/local". What means that:Executables go into : /usr/local/bin/Data files go here : /usr/local/share/airtraffic/If you don't like those locations, you will have to do a bit ofediting. Edit"install.cfg" in the main archive directory and changethe directories around to what you want it to be. Also change theos.chdir in src/airtraffic to the directory you put in the place of'/usr/local/share/airtraffic/'the from the main archive directory do./install.pyThis will then install the program and it's files.DEVELOPERS:If you want to develop on AirTraffic there's a little trick. Add afile called "DEVELOPER" to the main archive directory before running"./install.py" This will change two things: - Things will get installed into $HOME/test - Instead of coping it will symlink to the files in the archive. This was done to make the edit-test shorter, since there is no need to constantly reinstall. You will manually need to make a symlink from /usr/local/share/airtrafficto $HOME/test/share/airtraffic or change the reference in the source. For convenience you can add $HOME/test/bin to your PATH variable.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -