👷 fixed installation

parent 65cdccfa
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"wget https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0.tar.gz", "wget https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0.tar.gz",
"tar xfz cmake-3.14.0.tar.gz", "tar xfz cmake-3.14.0.tar.gz",
"cd cmake-3.14.0", "cd cmake-3.14.0",
"cmake . -DBUILD_TESTING=OFF", "./bootstrap",
"make -j8", "make -j8",
"cd ..", "cd ..",
"mkdir build", "mkdir build",
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
}, },
"fedora24-x86_64": { "fedora24-x86_64": {
"buildenv": "fedora24-x86_64", "buildenv": "fedora24-x86_64",
"builddeps": ["cmake"], "builddeps": ["cmake", "make", "gcc"],
"buildcmd": [ "buildcmd": [
"uname -a", "uname -a",
"mkdir build", "mkdir build",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment