AbyssEngine / AbyssEngineOld

The Open Source ARPG Engine.
https://www.abyssengine.com
GNU General Public License v3.0
438 stars 46 forks source link

Install instructions #123

Closed nunotexbsd closed 2 years ago

nunotexbsd commented 2 years ago

Hello,

Looking for install instruction for porting to Unix FreeBSD:

run, build, lib dependencies.

Thanks

essial commented 2 years ago

Feel free to join the discord channel if you want direct help with troubleshooting the build. The simplest way is to use VCPKG to pull down the dependencies though.

nunotexbsd commented 2 years ago

Hello,

vcpkg has not yet been ported to FreeBSD but it seems that someone fixed building, issue 21229 what is good news.

Soon I will try it.

Thanks

DarthGandalf commented 2 years ago

vcpkg.json in the repo root can be used to get an idea of what deps you need even if you can't use vcpkg tool directly. Probably FreeBSD has most of the deps packaged

nunotexbsd commented 2 years ago

Hi @DarthGandalf,

Thanks for info. I think I have what I need to start porting AbyssEngine to FreeBSD.

Cheers

essial commented 2 years ago

Is this still an issue that needs to be tracked, or can we close it?

nunotexbsd commented 2 years ago

Sorry, forgot to close.

Thanks