File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
### Install dependent libraries
7
7
8
- Note: not needed if you are using the docker image.
8
+ ``` diff
9
+ - Note: not needed if you are using the docker image. -
10
+ ```
9
11
10
12
sudo apt-get install g++ cmake libxml2 libxml2-dev flex
11
13
12
14
### Compile the code
13
15
14
- Note: not needed if you are using the docker image.
16
+ ``` diff
17
+ - Note: not needed if you are using the docker image. -
18
+ ```
15
19
16
20
cd PNP
17
21
mkdir build
@@ -21,7 +25,9 @@ Note: not needed if you are using the docker image.
21
25
22
26
### Install
23
27
24
- Note: not needed if you are using the docker image.
28
+ ``` diff
29
+ - Note: not needed if you are using the docker image. -
30
+ ```
25
31
26
32
Choose either global or local install. Choose local install if you plan to develop with PNP and you want to keep several versions on the same machine.
27
33
You can’t perform that action at this time.
0 commit comments