user-simon / Fungal-UI

:mushroom: A lightweight terminal UI framework
GNU General Public License v3.0
28 stars 3 forks source link

VisualStudio #2

Open Nucito opened 2 years ago

Nucito commented 2 years ago

You can create the project for visual studio? I try to use this .lib and get too much errors, in the same case if i try use the includes.

user-simon commented 2 years ago

You can use the provided CMake file to generate a Visual Studio project (provided you have installed CMake, it should be as simple as running cmake -G "Visual Studio 19" in the root directory).

I'd be curious to see what errors you're getting in case there's something I need to fix, would you mind attaching a screenshot or log file?