update README.md;

pull/87/head
Bryan Biedenkapp 10 months ago
parent 8103be1c9d
commit 80154ad121

@ -72,7 +72,7 @@ sudo apt-get install libasio-dev:arm64 libncurses-dev:arm64 libssl-dev:arm64
dvmhost/build # make strip dvmhost/build # make strip
dvmhost/build # make tarball dvmhost/build # make tarball
``` ```
2. After `make tarball` completes file named `dvmhost_R04Gxx_<arch>.tar.gz` should be created. 2. After `make tarball` completes file named `dvmhost_R04Gxx_<arch>.tar.gz` should be created. Run the following, command to install.
``` ```
dvmhost/build # sudo tar xvzf dvmhost_R04Gxx_<arch>.tar.gz -C /opt dvmhost/build # sudo tar xvzf dvmhost_R04Gxx_<arch>.tar.gz -C /opt
``` ```
@ -81,7 +81,7 @@ sudo apt-get install libasio-dev:arm64 libncurses-dev:arm64 libssl-dev:arm64
``` ```
dvmhost/build # make strip dvmhost/build # make strip
``` ```
1. Run build finalization. 2. Install build.
``` ```
dvmhost/build # make old_install dvmhost/build # make old_install
``` ```

Loading…
Cancel
Save

Powered by TurnKey Linux.