Skip to content

mvs-org/mvs-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mvs-package


Intead of build data packed version package, use copy-block-data.sh is recommended to copy block data separately.

ubuntu

build standard version package

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

build data packed version package

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

macosx

Steps to package

build standard version package

  1. build mvsd and mvs-cli use make
  2. use script copy-mvs-package to copy related files copy-mvs-package file content, modify the Paths to your actual Paths
  3. open Metaverse.xcodeproj and build Metaverse.app copy it to Desktop for the next package step
  4. open mvs-macOSX-x86_64.pkgproj and package mvs-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

build data packed version package

windows

The following relative paths are all relative to metaverse source root directory.

preconditions

1. building

Use Visual Studio to build Solution builds/msvc-140/metaverse.sln

2. install tools

install NSIS

packageing

1. modify nsi script

build standard version package

mvs-setup-dll.nsi

build data packed version package

mvs-setup-with-database.nsi

2. run nsi script

About

metaverse packaging scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published