From 8103be1c9d1ed861f058bb66d92f0bf96fa93f93 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Wed, 16 Apr 2025 12:08:26 -0400 Subject: [PATCH] update README.md; --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 6d7a7e96..bafc3d44 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,26 @@ sudo apt-get install libasio-dev:arm64 libncurses-dev:arm64 libssl-dev:arm64 -- Build files have been written to: dvmhost/build dvmhost/build # make ``` +4. [OPTIONAL] Install binaries (it is *highly* recommended to not run DVM out of the build folder). + 1. Tarball Install + 1. Run build finalization. + ``` + dvmhost/build # make strip + dvmhost/build # make tarball + ``` + 2. After `make tarball` completes file named `dvmhost_R04Gxx_.tar.gz` should be created. + ``` + dvmhost/build # sudo tar xvzf dvmhost_R04Gxx_.tar.gz -C /opt + ``` + 2. old_install Install + 1. Run build finalization. + ``` + dvmhost/build # make strip + ``` + 1. Run build finalization. + ``` + dvmhost/build # make old_install + ``` If cross-compiling is required (for either ARM 32bit, 64bit or old Raspberry Pi ARM 32bit), the CMake build system has some options: