Manual Setup
info
The following setup instructions assume that you have a Linux based machine.
- Ubuntu / Debian
- Fedora / Red Hat
- Arch Linux
Install the prerequisites.
sudo apt-get update
sudo apt-get install -y build-essential gcc wget curl libreadline libreadline-devExecute the following line in terminal:
curl -Sf https://raw.githubusercontent.com/nitcbase/nitcbase-bootstrap/main/setup.sh | sh
Install the prerequisites.
sudo dnf install make gcc gcc-c++ kernel-devel wget curl readline readline-devel
Execute the following line in terminal:
curl -Sf https://raw.githubusercontent.com/nitcbase/nitcbase-bootstrap/main/setup.sh | sh
Install the prerequisites.
sudo pacman -Syy
sudo pacman -Sy base-devel make gcc wget curl readlineExecute the following line in terminal:
curl -Sf https://raw.githubusercontent.com/nitcbase/nitcbase-bootstrap/main/setup.sh | sh
On successful execution of the script, a new NITCbase/
directory will be created containing all the necessary components to start the NITCbase project.
You can now proceed to the Files and Directories section of the setup page.