Files
2024-05-13 11:48:08 -04:00

402 B

Julia CMake Integration

Make sure you install Julia on your Fedora workstation.

sudo dnf install -y julia

Make sure you have CMake and whatever unlisted deps because I probably forgot some required deps that need installed.

Also btw open the Julia REPL and install the CxxWrap package. Press "]" in the REPL then.

add CxxWrap
``

It should bitch if you're missing something it needs.