Monotty Desktopio is a text-based desktop inside your terminal.
To work on your terminal it needs to have the following features:
To test just run the command:
ssh vtm@netxs.online
You will see something like:
If you want to build on your machine install git, cmake and gcc and run the commands:
git clone https://github.com/netxs-group/VTM.git && cd ./VTM
cmake ./src -DCMAKE_BUILD_TYPE=Release
cmake --build .
cmake --install .
On Windows replace gcc with Visual Studio 2019 and run the commands:
git clone https://github.com/netxs-group/VTM.git && cd ./VTM
cmake ./src -DCMAKE_BUILD_TYPE=Release "-GVisual Studio 16 2019"
cmake --build . --config Release
cd ./Release
powershell ../src/install/install.ps1
For more information visit the website: https://vtm.netxs.online/ .