sourge engine

someone knows how i compile it?
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.
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? :)
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
Revealed by a google search: https://developer.valvesoftware.com/wiki/Source_SDK_2013
See: 'Platform Specific Build Instructions' on that page
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
Again, by websearch of the error message: http://stackoverflow.com/questions/23561136/casablanca-assembly-error-gcc-4-8-1-on-linux-centos
That may or may not help you.
Topic archived. No new replies allowed.