
DeepForge Toolset - cross-platform installer of necessary tools for programming.
Requirements
-
Python 3.7 or hight
-
OS: Windows 10 or hight, macOS 11 (BigSur) or hight, Linux
-
Supported installers: WinGet (Windows), HomeBrew (macOS), Snap (Linux)
Supported Linux distributions
-
Based on Debian (Kali Linux, Pop OS,Ubuntu, Linux Mint, elementary OS, Lubuntu, Knoppix, Zorin OS and other)
-
Based on Red Hat (CentOS, CentOS Stream, Red Hat Enterprise Linux, Fedora, Alma Linux,Oracle Linux and other)
-
Based on Arch Linux (Manjaro and other)
🚀 Installation
🪟Windows
🐧Linux
🍏 macOS
⚙️ Build from source
🪟Windows
git clone --recursive https://github.com/DeepForge-Tech/DeepForge-Toolset.git
cd DeepForge-Toolset
python .\ConfigureTools\InstallPackages.py
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE="Release"
cmake --build .
# Run DeepForge-Toolset
cd bin && .\DeepForge-Toolset
🐧Linux
git clone --recursive https://github.com/DeepForge-Tech/DeepForge-Toolset.git
cd DeepForge-Toolset
python3 ./ConfigureTools/InstallPackages.py
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE="Release"
cmake --build .
# Run DeepForge-Toolset
cd bin && sudo .\DeepForge-Toolset
🍏 macOS
git clone --recursive https://github.com/DeepForge-Tech/DeepForge-Toolset.git
cd DeepForge-Toolset
# If you have installed python 3
python3 ./ConfigureTools/InstallPackages.py
# else
sudo bash ./ConfigureTools/InstallPackages.sh
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE="Release"
cmake --build .
# Run DeepForge-Toolset
cd bin && .\DeepForge-Toolset
✅ Tests
👥 Authors
- Blackflame576
- DeepForge-Technology
🤖 Support
💳 Donating
ℹ️ License
GNU GENERAL PUBLIC LICENSE