編譯 zsh

Undefined443發表於2024-10-31
  1. 下載原始碼:zsh-users/zsh

  2. 編譯:

    ./configure --prefix=/path/to/your/dir
    make -j$(nproc)
    make install
    

相關文章