mirror of https://github.com/F-Stack/f-stack.git
Update docs
This commit is contained in:
parent
91a931fad7
commit
3377ed76b3
|
@ -63,10 +63,10 @@ Currently, besides authorized DNS server of DNSPod, there are various products i
|
|||
#sudo apt-get install gawk # or execute `sudo update-alternatives --config awk` to choose gawk.
|
||||
|
||||
# Compile F-Stack
|
||||
cd ../../lib/
|
||||
make
|
||||
export FF_PATH=/data/f-stack
|
||||
export FF_DPDK=/data/f-stack/dpdk/x86_64-native-linuxapp-gcc
|
||||
cd ../../lib/
|
||||
make
|
||||
|
||||
#### Nginx
|
||||
|
||||
|
|
|
@ -52,11 +52,11 @@ The mount point can be made permanent across reboots, by adding the following li
|
|||
|
||||
## Compile lib
|
||||
|
||||
export FF_PATH=/data/f-stack
|
||||
export FF_DPDK=/data/f-stack/dpdk/x86_64-native-linuxapp-gcc
|
||||
cd ../../
|
||||
cd lib
|
||||
make
|
||||
export FF_PATH=/data/f-stack
|
||||
export FF_DPDK=/data/f-stack/dpdk/x86_64-native-linuxapp-gcc
|
||||
|
||||
### Compile Nginx
|
||||
|
||||
|
|
Loading…
Reference in New Issue