summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-09-17 13:54:34 +0000
committerGeir Storli <geirst@oath.com>2018-09-17 13:54:34 +0000
commit8b20cca43b2306305a3cbd37981ef0afc116badb (patch)
treeb215e7b9163d7273fb46e24dcc5f77f3f240d87f /vagrant
parent87a22cc39efc56bc120111f41492b2f86df5409f (diff)
Extend note on configuring toolchains.
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/vagrant/README.md b/vagrant/README.md
index d5212692638..28883aa969c 100644
--- a/vagrant/README.md
+++ b/vagrant/README.md
@@ -79,10 +79,12 @@ Open a terminal inside the virtual CentOS desktop (password is "vagrant") and ru
clion
-When promoted, configure c and cpp compilers to
+When prompted, configure toolchains as follows:
- /opt/rh/devtoolset-7/root/usr/bin/cc
- /opt/rh/devtoolset-7/root/usr/bin/c++
+ CMake: /usr/bin/cmake3
+ Make: /usr/bin/make
+ C Compiler: /opt/rh/devtoolset-7/root/usr/bin/cc
+ C++ Compiler: /opt/rh/devtoolset-7/root/usr/bin/c++
#### 3. Open the Vespa Project
Go to *File* -> *Open* and choose &lt;vespa-source>&gt;/CMakeLists.txt.