GitHub - DeepForge-Tech/DeepForge-Toolset: DeepForge Toolset - cross-platform installer of necessary tools for programming.

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

Download for amd64

🐧Linux

Download for amd64

Download for arm64

🍏 macOS

Download for amd64


⚙️ 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

  1. Blackflame576
  2. DeepForge-Technology

🤖 Support

📧Email

💬Telegram

💳 Donating

💰Boosty

 ℹ️ License

GNU GENERAL PUBLIC LICENSE