Skip to content

Commit

Permalink
Merge pull request #89 from ProDog/dev
Browse files Browse the repository at this point in the history
Update setup.md
  • Loading branch information
apisit authored Jan 10, 2024
2 parents 2339894 + 5684cf6 commit e57c773
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/n3/node/cli/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following table lists the minimum and recommended hardware requirements for

| | Minimum | Recommended |
| --------- | ---------------------------------------------------- | ---------------------------------------------------- |
| System | Windows 10<br/>Ubuntu 16.04/18.04<br/>CentOS 7.4/7.6 | Windows 10<br/>Ubuntu 16.04/18.04<br/>CentOS 7.4/7.6 |
| System | Windows 10/11<br/>Ubuntu 16.04/18.04/20.04<br/>CentOS 7.4/7.6/7.7 | Windows 10/11<br/>Ubuntu 16.04/18.04/20.04<br/>CentOS 7.4/7.6/7.7 |
| CPU | Dual core | Quad core |
| Memory | 8G | 16G |
| Hard Disk | 50G SSD hard drive | 100G SSD hard drive |
Expand All @@ -33,16 +33,17 @@ The following table lists the minimum and recommended hardware requirements for
**CentOS:**

```
sudo wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum -y install epel-release-latest-7.noarch.rpm
sudo wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
sudo yum -y install epel-release-latest-9.noarch.rpm
sudo yum -y install leveldb-devel libunwind-devel libsqlite3x-devel sqlite3*
```

If you use RocksDB as the storage, modify config.json, as shown below:

```
"Storage": {
"Engine": "RocksDBStore"
"Engine": "RocksDBStore",
"Path": "Data_RocksDB_{0}"
},
```

Expand Down Expand Up @@ -72,7 +73,7 @@ You can download and compile the Neo-CLI source directly from Github.

### Publishing using Visual Studio (Windows)

If you has Visual Studio 2019 installed on your Windows system, this way is recommended:
If you has Visual Studio 2019 or later version installed on your Windows system, this way is recommended:

1. In Visual Studio, open the project file neo-node.sln.
2. In the Solution panel, right click `neo-cli` and select `Publish`.
Expand Down

0 comments on commit e57c773

Please sign in to comment.