Skip to content

Instantly share code, notes, and snippets.

@ncannasse
Last active March 5, 2019 17:28
Show Gist options
  • Save ncannasse/c00c131fe9f63f3d1d038c6590888e91 to your computer and use it in GitHub Desktop.
Save ncannasse/c00c131fe9f63f3d1d038c6590888e91 to your computer and use it in GitHub Desktop.
# go to Northgard install dir
cd "~/Library/Application Support/Steam/SteamApps/common/Northgard/osx"
# fallback fo newest dir
cd "~/Library/Application Support/Steam/steamapps/common/Northgard/osx"
# remove shipped libraries which requires AVX CPU support
rm -rf libmbed* libogg* libvorbis* libopenal* libpng* libSDL* libturbojpeg*
# download and install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install required libraries
brew install libpng jpeg-turbo libvorbis sdl2 mbedtls openal-soft libuv
@sidbhatt11
Copy link

Hi Nicholas,

Thanks a lot for this gist!
I just wanted to point out that path to shipped libraries may be slightly different on some machines.

I am running macOS 10.13.4 with Steam client updated on 2nd April 2018, and the path to shipped libraries for me was :
"~/Library/Application Support/Steam/steamapps/common/Northgard/osx"

@ncannasse
Copy link
Author

Thanks @sidbhatt11 I have updated the gist

@Totem4444
Copy link

Hi there! I know this topic is probably down now but I really want to play this game so I'll just try. I would like to have a clearer tutorial to make the game work, I'm newbie to programming and after few tries, I cant' get the game launch, wich is very frustrating. Could someone take contact with me to explain me step by step what I have to do, please? I'll be very grateful for that, I swear! Thanks, and have a nice day, folks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment