Skip to content

how to get it to work on computers that don't have it installed #85

Answered by W2Wizard
meltremb asked this question in Q&A
Discussion options

You must be logged in to vote

So if you have no access at all to either GLFW, CMake or if your own Sysadmin refuses or is unable to install any of it. Here are the steps to install all the necessary dependencies:

Note: If you're on MacOS your sysadmin can also request the necessary Managed Software Center files for Munki regarding CMake and GLFW from our sysadmin at Codam (@FreekBes).

I have no CMake!

  1. Install 42Homebrew
  2. Run brew install cmake, wait a bit. Brew is a slow mf :P
  3. Restart your shell environment: exec zsh for example.

Note: Once #84 has been merged CMake will be able to detect the brew installation of glfw so you can skip the second step entirely and just run brew install glfw (it will also fetch cmake…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@W2Wizard
Comment options

Answer selected by meltremb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Question Further information is requested
2 participants