gsmwm-code/INSTALL

23 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* *************************************************************************
* INSTALL安裝和卸載指南。
* 版權 (C) 2021 gsm <406643764@qq.com>
* 本程序為自由軟件:你可以依據自由軟件基金會所發布的第三版或更高版本的
* GNU通用公共許可證重新發布、修改本程序。
* 雖然基于使用目的而發布本程序,但不負任何擔保責任,亦不包含適銷性或特
* 定目標之適用性的暗示性擔保。詳見GNU通用公共許可證。
* 你應該已經收到一份附隨此程序的GNU通用公共許可證副本。否則請參閱
* <http://www.gnu.org/licenses/>。
* ************************************************************************/
一、安裝此程序的步驟為:
1. cd gwm
2. make;
3. make install把程序安裝到標準目錄若要安裝到其他目錄可以設置prefix
譬如make prefix=/usr/local install若你想安裝不帶調試信息的程序
請用make install-strip你可能需要root權限來執行這一步
二、卸載此程序的步驟為:
1. cd gwm
2. make clean刪除編譯生成的目標文件、此程序的二進制文件以及一些備份文件
,但這一步不是必須的;
3. make uninstall卸載此程序你可能需要root權限來執行這一步。