BlaatSchaapCode / visspel

MIT License
0 stars 0 forks source link

Make all libraries available for all compilers and targets #3

Open a-v-s opened 2 years ago

a-v-s commented 2 years ago

Some libraries, such as imgui, have no packages. There is an AUR package for imgui. (user provided MAKEPKGs the users build themselves) WIth minor modifications, they can be used for the MSYS2 MINGW enviorement as well.

Furthermore, the libraries should be made available for use with the Microsoft Optimizing C/C++ Compiler as well, somehow integrating with the Visual Studio environment. (as header files and libraries are not installed system-wide in said environment)

wokste commented 2 years ago

I think we can solve this by writing a setup guide. Especially windows devs will expect that you need to do some setup.

I expect something like:

  1. Download library x from https://example.com/ and extract the zip in externals/library_x/
  2. Run command externals/library_x/build.cmd