summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRen Jie <renj11@mails.tsinghua.edu.cn>2016-01-12 22:51:08 +0800
committerRen Jie <renj11@mails.tsinghua.edu.cn>2016-01-12 22:51:08 +0800
commit21656ba01502842f92f23e94dcd624a658363482 (patch)
treedf7a5b6ebc75bb029b267767b21cf3fbad3e5587
parent42e453872c3a4c2ea720e27a1be28c55b3da2026 (diff)
downloadinfinitytier-21656ba01502842f92f23e94dcd624a658363482.tar.gz
infinitytier-21656ba01502842f92f23e94dcd624a658363482.zip
Update controller README.md
Sync make parameter with code.
-rw-r--r--controller/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/README.md b/controller/README.md
index 612dba7b..6989e98d 100644
--- a/controller/README.md
+++ b/controller/README.md
@@ -5,7 +5,7 @@ This folder contains code implementing the node/NetworkController.hpp interface
### Building
-By default this code is not built or included in the client. To build on Linux, BSD, or Mac add ZT\_ENABLE\_NETCONF\_MASTER=1 to the make command line. You'll need the development headers for Sqlite3 installed. They ship as part of OSX and Xcode. On Linux or BSD you'll probably need to install a package.
+By default this code is not built or included in the client. To build on Linux, BSD, or Mac add ZT_\ENABLE_\NETWORK_\CONTROLLER=1 to the make command line. You'll need the development headers for Sqlite3 installed. They ship as part of OSX and Xcode. On Linux or BSD you'll probably need to install a package.
### Running