File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# cppcon2023
2
2
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
3
3
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 :
5
5
6
- sudo apt install libbenchmark-dev
7
- sudo apt install libboost-all-dev
8
6
sudo apt install git
7
+ sudo apt install cmake
9
8
sudo apt install g++-12
9
+ sudo apt install libbenchmark-dev
10
+ sudo apt install libboost-all-dev
10
11
sudo apt install libgtest-dev
11
- sudo apt install cmake
12
12
13
13
And these if you want to run ` perf stat ` :
14
14
You can’t perform that action at this time.
0 commit comments