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

Messages - yangchao

#1
thanks so lot!
"...
I maintain compiled binaries of the libraries that are not easy to find if you don't want to compile them yourself: https://github.com/christopho/solarus/tree/master/libraries/win32
You will find there the DLLs of modplug, vorbis and vorbisfile.
..."

In lib directory, there are no   vorbis and vorbisfile lib(.a file ext name),does you have?
#2
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?
#3
thanks a lot
#4
thanks a lot!
build success!
#5
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.
...

#6
How can I do,  dos update Debian packages in ubuntu 12.04?
#7
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
#8
OK
thanks a lot!
#9
thans a lot!

Feel shy had a request,could you please put(commit) all solarus source projects files(source and all dependence files ,MinGW32  or visual c++) to github or somewhere?

#10
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