Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » U++/TheIDE in WSL
U++/TheIDE in WSL [message #60085] Fri, 11 August 2023 09:20
koldo is currently offline  koldo
Messages: 3357
Registered: August 2008
Senior Veteran
Hi to all

Here are some comments about installing U++ and TheIDE on WSL (Windows Subsystem for Linux).

About WSL install
- The install have been the default one, in powershell, that install Ubuntu (yes, Microsoft install Ubuntu by default)
wsl --install

- After this, due to GDB problems with OpenGL, the wsl has been updated with
wsl --update --pre-release


About U++ install
- It has been done following the instructions
- After downloading and copying the files, and before running
./install
, it is necessary to give execute permission
chmod +x ./install
chmod +x ./umks32

- Everything compiles well, but when running TheIDE, it is seen that it is necessary to install
xterm
gdb

- To run the OpenGL demo, I have installed this
libglfw3-dev libgl1-mesa-dev libglu1-mesa-dev


That's it, it works very well!
If you agree, I add in the U++ installation instructions that to install it in WSL, it is necessary to give execution permissions and to include the rest of the dependencies.


Best regards
IƱaki
Previous Topic: Libraries for installation in ALT Linux (p10)
Next Topic: fatal error: 'typeinfo' file not found -SOLVED
Goto Forum:
  


Current Time: Sun Apr 28 13:16:45 CEST 2024

Total time taken to generate the page: 0.02751 seconds