Intead of build data packed version package, use copy-block-data.sh
is recommended to copy block data separately.
mvs-install.sh
mvs-package.sh
# usage
# mvs-package.sh version-number
mvs-package.sh 0.7.4
tarball contents
mvs-cli
mvsd
mvs-htmls.tar.gz
mvs-install.sh
mvs-install-with-database.sh
mvs-package-with-database.sh
# usage
# mvs-package-with-database.sh version-number synced-block-height
mvs-package-with-database.sh 0.7.4 900000
tarball contents
height (generated by shell script)
mvs-htmls.tar.gz
mainnet.tar.gz
mvs-install-with-database.sh
- build mvsd and mvs-cli use
make
- use script
copy-mvs-package
to copy related files copy-mvs-package file content, modify the Paths to your actual Paths - open
Metaverse.xcodeproj
and buildMetaverse.app
copy it to Desktop for the next package step - open
mvs-macOSX-x86_64.pkgproj
and packagemvs-macOSX-x86_64-v0.8.5.pkg
0.8.5
is an example version number, please replace the version number before package
# example
sed -i s/0\.8\.5/0.9.0/g mvs-macOSX-x86_64.pkgproj
sed -i s/085/090/g mvs-macOSX-x86_64.pkgproj
The following relative paths are all relative to metaverse source root directory.
Use Visual Studio to build Solution builds/msvc-140/metaverse.sln
install NSIS
mvs-setup-dll.nsi
mvs-setup-with-database.nsi