Aug 24, 2014 at 12:51pm UTC
someone knows how i compile it?
Aug 24, 2014 at 12:57pm UTC
Yes.
I don't, because you did not even tell what you are talking about. Phrase "source engine" could mean many things, unless there is only one in the entire universe.
Aug 24, 2014 at 1:34pm UTC
Eh, don't you think you would find an answer faster if you searched on Valve's forums instead of asking about it in a General C++ forum? :)
Aug 24, 2014 at 1:38pm UTC
Valve's Sourge Engine
https://github.com/ValveSoftware/source-sdk-2013/tree/master/
@keskiverto sorry, i missed the link.
@jheard901 everytime i try to ask something in a official engine website, no one answer, or take a lot of time.
There is a lot of folders without a makefile. And i Don't know what is the main .cpp file
Last edited on Aug 24, 2014 at 1:47pm UTC
Aug 28, 2014 at 9:31pm UTC
I'm waiting my account being activated there.
Trying to compile the engine, i got this:
[snake@localhost src]$ make -f games.mak
make[1]: Entrando no diretório `/home/snake/Downloads/source-sdk-2013-master/sp/src'
Building: mathlib
make[2]: Entrando no diretório `/home/snake/Downloads/source-sdk-2013-master/sp/src/mathlib'
make[2]: Saindo do diretório `/home/snake/Downloads/source-sdk-2013-master/sp/src/mathlib'
Building: tier1
make[2]: Entrando no diretório `/home/snake/Downloads/source-sdk-2013-master/sp/src/tier1'
---- convar.cpp ----
{standard input}: Assembler messages:
{standard input}:273: Error: expecting string instruction after `rep'
{standard input}:826: Error: expecting string instruction after `rep'
{standard input}:2815: Error: expecting string instruction after `rep'
make[2]: ** [obj_tier1_linux32/release/convar.o] Erro 1
make[2]: Saindo do diretório `/home/snake/Downloads/source-sdk-2013-master/sp/src/tier1'
make[1]: ** [tier1] Erro 2
make[1]: Saindo do diretório `/home/snake/Downloads/source-sdk-2013-master/sp/src'
make: ** [all] Erro 2
[snake@localhost src]$
Entrando no diretório - means entering on directory.
Saindo do diretório - means leaving directory.
I know this is C++ forum and not assembly, but many C++ programmers knows ASM as well.
Last edited on Aug 28, 2014 at 9:40pm UTC