File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -83,18 +83,28 @@ bash> pip install numpy matplotlib scipy
8383### Julia
8484
8585Install Julia using the [ juliaup] ( https://julialang.org/downloads/ ) installer.
86- Like ` rustup ` , ` juliaup ` installs the newest stable version of Rust .
86+ Like ` rustup ` , ` juliaup ` installs the newest stable version of Julia .
8787We recommend at least Julia 1.10.
8888
8989### CMake
9090
9191We require CMake to build the libvdt library.
9292We recommend installing CMake through your default package manager.
93+ For example, on Ubuntu, you would run
94+ ```
95+ apt install cmake
96+ ```
97+ This may require root access depending on your system.
9398
9499### Clang
95100
96101We used Clang 14 as our C/C++ compiler.
97102We recommend installing Clang through your package manager.
103+ For example, on Ubuntu, you would run
104+ ```
105+ apt install clang
106+ ```
107+ This may require root access depending on your system.
98108
99109### libvdt
100110
You can’t perform that action at this time.
0 commit comments