簡單說來就是自己用screen原始碼編譯安裝
now please check the pathnames in
the makefile and
inthe user
configuration section in config.h.
then type 'make'
to make screen. good luck.
在makefile檔案中修改prefix
變數的值,在config.h
中修改#define sockdir
字段。如字首可以為home/**/install
。
此外,此處需要注意config.h
中#define sockdir
欄位中的tmp目錄需要手動使用mkdir
在相應目錄下建立
使用make
命令編譯原始碼,編譯成功會在當前目錄下生成screen
二進位制程式。可以直接用./screen
執行檢測是否make成功。
把上一步生成的screen
拷貝到你path
環境變數包含的目錄中,如:/home/**/install/bin
,或者直接把screen
的目錄新增到path
環境變數中都行。完成這一步就可以在任何地方使用screen
命令了。
linux下手動安裝apache
下面是官方文件的要求,必須安裝apr apr util pcre,gcc c 等包,文件url位址 所以,沒有這些支援的需要提前安裝好不然會出現個各種錯誤。tar zxvf apr util 1.6.1.tar.gz cd apr util 1.6.1 configure prefix usr lo...
linux下手動安裝nginx
yum install y gcc c yum install y pcre pcre devel yum install y zlib zlib devel yum install y openssl openssl devel linux系統不同可能這些命令會有所差異。因為配置不高,也沒伺服器,...
linux下手動安裝git教程
git是乙個開源的分布式版本控制系統,可以有效 高速的處理從很小到非常大的專案版本管理。而國外的github和國內的coding都是專案的託管平台。但是在使用git工具的時候,第一步要學會如何安裝git,本教程就手把手教大家如何手動編譯安裝git。1 介紹 使用coding管理專案,上面要求使用的g...