No description
- C++ 88.8%
- Nix 8.9%
- CMake 2.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .clang-format | ||
| .gitignore | ||
| CMakeLists.txt | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| shell.nix | ||
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