Building Vely 16.6.0 from source for redhat_9_x86_64
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:
- Install EPEL and Development Tools:
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
- Get the source code from git repository, and install build dependencies:
sudo dnf install git
git clone https://vely.dev/dasoftver/vely.git
cd vely
git checkout 16.6.0
sudo dnf builddep fedora.spec
- 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 dnf install tar curl fcgi
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.