Skip to content

Commit

Permalink
update docs #61
Browse files Browse the repository at this point in the history
  • Loading branch information
QinbinLi committed Mar 30, 2023
1 parent b88ffc4 commit 7151aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can follow the following commands to install NTL library.
wget https://libntl.org/ntl-11.4.4.tar.gz
tar -xvf ntl-11.4.4.tar.gz
cd ntl-11.4.4/src
./configure
./configure SHARED=on
make
make check
sudo make install
Expand All @@ -44,6 +44,7 @@ Run the following commands:
.. code::
git clone https://github.com/Xtra-Computing/FedTree
cd FedTree
git submodule init
git submodule update
Expand Down

0 comments on commit 7151aa1

Please sign in to comment.