Skip to content

v1.5.5 | Submodule Fix Proxy Users

Compare
Choose a tag to compare
@furby-tm furby-tm released this 11 Mar 23:22
· 113 commits to main since this release
c3d9efa

What's New

🎧 swift on.
  • Nothing too exciting, just allowing this package's submodules to be cloned if under the conditions of a network proxy which blocks ssh connections and limits the connection to only http/https.

Usage

Add MetaverseKit as a package dependency to your own Swift project's Package.swift file:

// swift-tools-version: 5.9

dependencies: [
  .package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.5.5")
]

Linux

For Linux, these are the only dependencies required, as MetaverseKit provides everything else:

Dependency CentOS Ubuntu
Boost boost-devel libboost-all-dev
Python python3-devel python3-dev
BZ2 bzip2-devel libbz2-dev
ZLib zlib-devel zlib1g-dev