-
I'm at Quebec42, we're allowed to use the codam MLX for the project but we need to figure it out ourselves. we only have the default mlx on the computers, not even glfw. my so long works perfectly on all computers that have the codam mlx installed, but when i get corrected i may get people who don't have it. how do i get my so long to work on other computers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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:
I have no CMake!
I have no GLFW!
|
Beta Was this translation helpful? Give feedback.
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:
I have no CMake!
brew install cmake
, wait a bit. Brew is a slow mf :Pexec zsh
for example.