Skip to content

Commit 6d75e6b

Browse files
committed
update again
1 parent c73fc4f commit 6d75e6b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

ASPLOS25.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,28 @@ bash> pip install numpy matplotlib scipy
8383
### Julia
8484

8585
Install 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.
8787
We recommend at least Julia 1.10.
8888

8989
### CMake
9090

9191
We require CMake to build the libvdt library.
9292
We 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

96101
We used Clang 14 as our C/C++ compiler.
97102
We 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

0 commit comments

Comments
 (0)