Skip to content

DeepForge-Tech/DeepForge-Toolset

Repository files navigation

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

cd build
ctest

👥 Authors

  1. Blackflame576
  2. DeepForge-Technology

🤖 Support

📧Email

💳 Donating

💰Boosty

 ℹ️ License

GNU GENERAL PUBLIC LICENSE

About

DeepForge Toolset - cross-platform installer of necessary tools for programming.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •