Skip to content

Commit

Permalink
Attempt to build bsddb3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Aug 11, 2023
1 parent 47b966e commit e36db11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion aio/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ pacman -S --needed --noconfirm mingw-w64-x86_64-toolchain
wget https://github.com/bpisoj/MINGW-packages/releases/download/v5.0/mingw-w64-x86_64-db-6.0.30-1-any.pkg.tar.xz
pacman -U --noconfirm mingw-w64-x86_64-db-6.0.30-1-any.pkg.tar.xz

## TODO: install bsddb3
## build and install bsddb3
mkdir build
cd build
tar xvzf ../pybsddb3-pkgbuild.tar.gz
makepkg
pacman -U mingw-w64-x86_64-python-bsddb3-6.2.9-5-any.pkg.tar.zst

## prerequisites in pip packages
python -m pip install --upgrade pip
Expand Down
Binary file added aio/pybsddb3-pkgbuild.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion aio/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def normalize(version):
"gi",
"cairo",
"xml",
# "bsddb3",
"bsddb3",
"lxml",
"PIL",
"json",
Expand Down

0 comments on commit e36db11

Please sign in to comment.