Skip to content

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Dec 21, 2022
1 parent aa22dfc commit 142c2f3
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions README.md
Expand Up @@ -88,25 +88,27 @@ This framework builds on

### Using Conda/Manually

``` shell
conda create -n bddp python=3.7
```shell
conda create -n bddp python=3.10
conda activate bddp
conda install -c conda-forge sage

git clone https://github.com/fplll/fplll
cd fplll
autoreconf -i
./configure --prefix=$SAGE_LOCAL --disable-static
make install
cd ..

git clone https://github.com/fplll/fpylll
cd fpylll
pip install -r requirements.txt
pip install -r suggestions.txt
python setup.py build
python setup.py -q install
cd ..
# # It is generally not necessary to update FPLLL/FPyLLL

# git clone https://github.com/fplll/fplll
# cd fplll
# autoreconf -i
# ./configure --prefix=$SAGE_LOCAL --disable-static
# make install
# cd ..

# git clone https://github.com/fplll/fpylll
# cd fpylll
# pip install -r requirements.txt
# pip install -r suggestions.txt
# python setup.py build
# python setup.py -q install
# cd ..

git clone https://github.com/fplll/g6k
cd g6k
Expand All @@ -124,7 +126,7 @@ cd ..

Running

``` shell
```shell
docker run -ti --rm -v `pwd`:/bdd-predicate -w /bdd-predicate martinralbrecht/bdd-predicate
```

Expand Down

0 comments on commit 142c2f3

Please sign in to comment.