hex007 / freej2me

A free J2ME emulator with libretro, awt and sdl2 frontends.
Other
469 stars 72 forks source link

After launching sudo make in src/sdl2 folder is error #173

Closed falconczfi closed 1 year ago

falconczfi commented 1 year ago

I m using ubuntu. When i launch sudo make and enter password i see this.

Building Anbu, sdl_interface for FreeJ2ME ... anbu.cpp:34:10: fatal error: FreeImage.h: Немає такого файла або каталогу (There doesn't existing file or folder) 34 | #include | ^~~~~ compilation terminated. make: * [Makefile:6: all] Помилка 1 (error 1**)

hex007 commented 1 year ago

Freeimage is a dependency. You will need to also install the development version of freeImage library

falconczfi commented 1 year ago

Thank you!