Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - yangchao

#1
I will try to build solarus in win7  mingw32_64 environment.
Searching web,I can't find  these dependence  develop libs  for mingw(include and lib,bin): OpenAL, physfs, modplug, ogg, vorbis, vorbisfile 
Could you please  share these  dependence  libs?
#2
Hi
after install ocorresponding packages(apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libluajit-5.1-dev libphysfs-dev libopenal-dev libmodplug-dev libvorbis-dev")
in solarus home directory, mkdir build, cd build,cmake ..

err infomation:
...
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
...

#3
Hi
I try to build solarus in linux platform. According to "Compilation instructions" operation,but get errors:

sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libluajit-5.1-dev libphysfs-dev libopenal-dev libmodplug-dev libvorbis-dev
[sudo] password for ljh:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libsdl2-dev
E: Unable to locate package libsdl2-image-dev
E: Unable to locate package libsdl2-ttf-dev
#4
Hi
   I want to build tolarus in windows platform,use  Visual C++. When search dependence lib in web,can't found some windows development lib,such as:modplug, vorbis, vorbisfile.
   Could you please give me above development lib  website or the download link?

Thanks