alliedmodders / metamod-source

Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine
http://www.metamodsource.net/
Other
383 stars 87 forks source link

incorrect link to build instructions #171

Closed tschumann closed 5 months ago

tschumann commented 6 months ago

I was trying to build from source and README.md links to https://wiki.alliedmods.net/Building_SourceMod which isn't quite right - Metamod Source does have a checkout-deps.sh file which seems fairly similar but the path is different.

If I were to update that, what's better - new wiki article? Or instructions in README.md?

For anyone searching for build instructions, this is what I did:

cd ..
metamod-source/support/checkout-deps.sh -s episode1

And then the ambuild stuff from the above link.

psychonic commented 6 months ago

I think adding to the README.md would be great.

tschumann commented 6 months ago

Thanks - hopefully https://github.com/alliedmodders/metamod-source/pull/172 covers it.