0.1.12
Pre-release
Pre-release
·
268 commits
to main
since this release
Release 0.1.12
Major Changes:
- various tweaks to main WebApp
Platforms are:
x86_64_GNU_Linux- 64 bit intel or amd processors running Linuxarm64_Darwin- 64 bit ARM MacOSaarch64_GNU_Linux- 64 bit ARM for raspberry-pi SBC (3, 4, 5, zero 2W) and Unihiker SBC (and likely other ARM based linux SBCs)riscv64_GNU_Linux- 64 bit Risc-V for Risc-V based SBC or similar.amd64_FreeBSD- 64 bit intel BSD
Download this to your Reality2 node and save it to some appropriate folder, then:
unzip [platform].zip
cd [platform]
tar -zxf reality2_[version].tar.gz
cd reality2
./run
where [platform] is the platform above, and
where [version] is the version of reality2 that you have downloaded (eg 0.1.12)
Troubleshooting
- Error: 'libcrypto.so.1.1: cannot open shared object file: No such file or directory'
- You need to install libssl. You will find copies of these in the extras folder.
- If you are not running a derivative of debian, have a look at http://debian.mirror.ac.za/debian/pool/main/o/openssl/?C=N&O=A and download the appropriate version of
libssl1.1_1.1.1or - goto https://github.com/openssl/openssl and download and compile a fresh version