mirror of
https://github.com/upa/mscp.git
synced 2026-03-07 08:07:31 +08:00
update README. add rhel instruction and fix build steps
This commit is contained in:
12
README.md
12
README.md
@@ -24,16 +24,20 @@ brew install libssh
|
|||||||
sudo apt-get install libssh-dev
|
sudo apt-get install libssh-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- rhel
|
||||||
|
|
||||||
|
```console
|
||||||
|
sudo yum install libssh-devel
|
||||||
|
```
|
||||||
|
|
||||||
Clone and build this repositoy.
|
Clone and build this repositoy.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
git clone https://github.com/upa/mscp.git
|
git clone https://github.com/upa/mscp.git
|
||||||
cd mscp
|
cd mscp
|
||||||
|
|
||||||
mkdir build
|
mkdir build && cd build
|
||||||
cd build
|
cmake .. && make
|
||||||
cmake ..
|
|
||||||
make
|
|
||||||
|
|
||||||
# install the mscp binary to CMAKE_INSTALL_PREFIX/bin (usually /usr/local/bin)
|
# install the mscp binary to CMAKE_INSTALL_PREFIX/bin (usually /usr/local/bin)
|
||||||
make install
|
make install
|
||||||
|
|||||||
Reference in New Issue
Block a user