File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,9 @@ To build and install gpredict from source, first unpack the source package:
5050Then change to the gpredict-x.y.z directory and build gpredict:
5151
5252 ./configure
53- make -j$(( $(nproc) + 1))
54- make install
53+
54+
55+
5556
5657The last step usually requires you to become root, otherwise you may not have
5758the required permissions to install gpredict. If you can not or do not want to
@@ -60,7 +61,7 @@ adding --prefix=somedir to the ./configure step. For example
6061
6162 ./configure --prefix="$HOME/predict"
6263
63- will configure the build to install the files into /home/user/gpredict folder.
64+ will configure the build to install the files into /home/user/predict folder.
6465
6566If you are building directly from the git repository, you have to run
6667./autogen.sh instead of of configure. You can pass the same options to the
You can’t perform that action at this time.
0 commit comments