No description
| src | ||
| .clang-format | ||
| .envrc | ||
| .gitignore | ||
| CMakeLists.txt | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
sword-to-bn
Simple, hacky tool to get bibles in biblenote format via sword.
Usage
Using Nix
nix run . -- --modules KJV
Without Nix
Requirements
- local sword library. Can probably be installed via a package, e.g.
apt install libsword-dev - local argparse library
- cmake
- clang or gcc
Build + Execute
mkdir -p ./build
cd ./build
cmake ..
make
cd ..
./build/sword-to-bn --modules KJV
Note that this will not install the sword modules for you, they need to be on your system. You can install them via:
- xiphos
- ezra
- other crosswire apps