You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ocornut 624adb1b23 Tweak build batch files and readmes 9 years ago
..
README.md Tweak build batch files and readmes 9 years ago
imgui_impl_a5.cpp Examples: Most examples apps detect if ImDrawIdx was changed to 32-bits instead of 16 9 years ago
imgui_impl_a5.h Examples: Possibly clarified the intent of imgui_impl_* files. 9 years ago
main.cpp Examples: update all examples with same comment (#389) 9 years ago

README.md

How to Build

  • On Ubuntu 14.04+
g++ -I ../imgui main.cpp imgui_impl_a5.cpp ../imgui/imgui*.cpp -lallegro -lallegro_primitives
  • On Windows with Visual Studio's CLI
set ALLEGRODIR=path_to_your_allegro5_folder
cl /Zi /MD /I %ALLEGRODIR%\include /I ..\.. main.cpp imgui_impl_a5.cpp ..\..\imgui*.cpp /link /LIBPATH:%ALLEGRODIR%\lib allegro-5.0.10-monolith-md.lib user32.lib