Linux下手動安裝screen

2021-08-19 14:18:06 字數 813 閱讀 2569

簡單說來就是自己用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...