Skip to content

Commit 43cb26f

Browse files
Charlie FraschCharlie Frasch
authored andcommitted
Updated README
1 parent 77973f2 commit 43cb26f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# cppcon2023
22
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
33

4-
I compile and run this code on Windows 10 wsl version2 configured with Ubuntu-22.04. You will have to have most of these installed to build the code:
4+
I compile and run this code on Windows 10 wsl version2 configured with Ubuntu-22.04. You will need to have these installed to build it:
55

6-
sudo apt install libbenchmark-dev
7-
sudo apt install libboost-all-dev
86
sudo apt install git
7+
sudo apt install cmake
98
sudo apt install g++-12
9+
sudo apt install libbenchmark-dev
10+
sudo apt install libboost-all-dev
1011
sudo apt install libgtest-dev
11-
sudo apt install cmake
1212

1313
And these if you want to run `perf stat`:
1414

0 commit comments

Comments
 (0)