-
Install openssl-devel:
- Fedora:
sudo dnf install openssl-devel
- Debian:
sudo apt install libssl-dev pkg-config
- Fedora:
-
run
make setup
See available development scripts:
make
Execute a development script:
make <script>
Examples:
make test
make fix
Run a single Cucumber scenario:
- add a
@this
tag to the scenario -
make cukethis
- open file .vscode/launch.json
- check the entry
Debug executable 'tikibase'
args
cwd
- switch VSCode to the
Debug
view - set a breakpoint
- choose
Debug executable 'tikibase'
- src/main.rs: the CLI binary
- src/lib.rs: public API of the Tikibase engine