Update HISTORY and version number.

This commit is contained in:
Ryan Curtin
2018-08-01 10:16:29 -04:00
parent 55bd2d0b85
commit c4f91f1e92
7 changed files with 40 additions and 30 deletions
+3 -3
View File
@@ -31,9 +31,9 @@ build and install mlpack. You can copy-paste the commands into your shell.
@code{.sh}
sudo apt-get install libboost-all-dev g++ cmake libarmadillo-dev python-pip wget
sudo pip install cython setuptools distutils numpy pandas
wget http://www.mlpack.org/files/mlpack-3.0.2.tar.gz
tar -xvzpf mlpack-3.0.2.tar.gz
mkdir -p mlpack-3.0.2/build/ && cd mlpack-3.0.2/build/
wget http://www.mlpack.org/files/mlpack-3.0.3.tar.gz
tar -xvzpf mlpack-3.0.3.tar.gz
mkdir -p mlpack-3.0.3/build/ && cd mlpack-3.0.3/build/
cmake ../ && make -j4 && sudo make install
@endcode