Skip to content

Commit da27ced

Browse files
authored
Merge pull request #1 from wfus/reorg
Git submodule addition and install script
2 parents be6ebe7 + e962a69 commit da27ced

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

install.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/bin/sh
2+
3+
git submodule update --init --recursive
4+
5+
6+
# Installing SEAL
7+
cd SEAL/SEAL
8+
./configure "CXX=g++-7"
9+
make
10+
cd ../..
11+
12+
13+
14+
15+
16+

translate/test.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
int x = 1 + 2;

0 commit comments

Comments
 (0)