?? 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.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 + -