Building Vely 16.6.0 from source for opensuse_tumbleweed_aarch64
Note: when you install from source, you lose the benefits of packagers, such as easy update and uninstall, and is typically not the preferred way, except for testing, software packaging etc. Follow these steps to install from source:
- Get the source code from git repository, and install build dependencies:
sudo zypper install git
git clone https://vely.dev/dasoftver/vely.git
cd vely
git checkout 16.6.0
sudo zypper install make gcc openssl-devel libcurl-devel rpm-build createrepo rpmlint libmariadb-devel gpg sshpass FastCGI-devel postgresql-devel sqlite3-devel
- Make and install Vely (set DI to 1 to include debugging info - leave it as 0 for production purposes):
make clean
make DI=0
sudo make install
- Install runtime tool dependencies - these are useful for running examples and tutorials, debugging and scripting:
sudo zypper install tar curl FastCGI
Copyright (c) 2017 DaSoftver LLC. Vely is a trademark of Dasoftver LLC. The software and information herein are provided "AS IS" and without any warranties or guarantees of any kind. Vely elephant logo (c) 2022 DaSoftver LLC. This web page is licensed under
CC-BY-SA-4.0. Contact email
vely@vely.dev.