Skip to content

Commit

Permalink
added ntl
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrieu committed May 7, 2020
1 parent 40028e3 commit 9c1d164
Show file tree
Hide file tree
Showing 422 changed files with 187,723 additions and 6,122 deletions.
Binary file modified .vs/nPSI/v16/Solution.VC.db-shm
Binary file not shown.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SET(CMAKE_CXX_FLAGS_DEBUG "-O0 -g")
#############################################

# default location for libOTe
set(libOTe_Dirs "${CMAKE_SOURCE_DIR}/../libOTe/")
set(libOTe_Dirs "${CMAKE_SOURCE_DIR}/libOTe/")
include_directories("${libOTe_Dirs}/libOTe/")
link_directories("${libOTe_Dirs}/lib/")

Expand Down
3 changes: 2 additions & 1 deletion thirdparty/all_linux.get
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ sudo yum install unzip -Y
sudo yum install gcc-c++ -Y
sudo yum install m4 -Y
sudo yum -y install libboost-all-dev
sudo yum install nasm

sudo apt-get install bzip2 -Y
sudo apt-get install unzip -Y
sudo apt-get install gcc-c++ -Y
sudo apt-get install gcc-c++ -Y
sudo apt-get install m4
sudo apt-get -y install libboost-all-dev
sudo apt-get install nasm

cd linux

bash boost.get &
bash miracl.get &
bash ntl.get &
bash nasm.get &

wait
echo "all done!"
Loading

0 comments on commit 9c1d164

Please sign in to comment.