Build options - supported platforms
Hi! I know the SDK only supports linux right now, but does that also mean that you can only build for linux, and not for Windows/macOS yet?
2 Replies
Also in the future - since mac support is coming this week, I had another question. I know you can import Python code and set MOJO_PYTHON_LIBRARY to allow it to use python. After building, will the resulting executable will require python to be installed on the user's system, or is there an option to package it with the executable? I would like to develop executables that can run without any dependencies on a user's system.
Mojo uses LLVM to build, so in theory you could build on Windows right now. How it works in practice is another question