Question from newbie about compiling ScummVM

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
User avatar
Agusia
Posts: 10
Joined: Sat Apr 21, 2012 7:11 pm
Location: Poland

Question from newbie about compiling ScummVM

Post by Agusia »

Hello Everyone. :)
I've downloaded the source code but i don't know how to compile it. :( I've played a little with Linux and I always wanted to know how to compile programs and i think that ScummVM is a great way to start. :) I've tried some basic programming (Hello World :P) but I don't know how to start. Maybe someone will give me a few tips. :)
Thanks in advance for every reply. :)
Sorry for my bad English, hope that You'll know what i meant. ;)
KuroShiro
Posts: 473
Joined: Thu May 15, 2008 7:42 am
Location: Somewhere Out There

Post by KuroShiro »

It'd help if you gave a little more information, such as your OS, what compiler you're trying to use, etc. It's quite easy to compile on Linux, a bit harder on other OSes.
User avatar
Agusia
Posts: 10
Joined: Sat Apr 21, 2012 7:11 pm
Location: Poland

Post by Agusia »

Sorry, I completely forgot about that. :)
My adventure with Linux was very short. ;) I would like to compile it on Windows. I'm not sure what compiler I want to use. :P I've got Visual Studio 2012 if that's the answer to that question. ;)
User avatar
tsoliman
ScummVM Developer
Posts: 404
Joined: Wed Jan 19, 2011 3:47 pm
Location: USA

Post by tsoliman »

User avatar
Agusia
Posts: 10
Joined: Sat Apr 21, 2012 7:11 pm
Location: Poland

Post by Agusia »

Awesome. :D Thank You very much. :*
I'm so ashamed right now, I should have found that by myself. :oops:
I'll ask here if I will have any problem. :)

I've got some errors while compiling:
http://i.imgur.com/pDhLdk2.jpg
User avatar
dreammaster
ScummVM Developer
Posts: 555
Joined: Fri Nov 04, 2005 2:16 am
Location: San Jose, California, USA

Post by dreammaster »

Agusia wrote:Awesome. :D Thank You very much. :*
I'm so ashamed right now, I should have found that by myself. :oops:
I'll ask here if I will have any problem. :)

I've got some errors while compiling:
http://i.imgur.com/pDhLdk2.jpg
It means that it can't find the theora library. Mostly likely is that you haven't actually installed it. The 'precompiled libraries' includes both it and other needed libraries. I'm just not sure if it supports Visual Studio 2012 yet. But if not, the library files should still work, and you should be able to manually copy the include files and .lib files.
User avatar
Agusia
Posts: 10
Joined: Sat Apr 21, 2012 7:11 pm
Location: Poland

Post by Agusia »

I have no idea how to force Visual Studio 2012 to see these libraries. :(
Post Reply