This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
probotic/README.md

56 lines
1.5 KiB
Markdown
Raw Normal View History

2023-08-04 11:13:47 -04:00
* Probotic
Healthy for your coding ability, take once weekly, excessive doses
may result in arthritis, ass pain, and death.
* Description
2023-08-07 10:33:32 -04:00
Prints useful challenges when requested.
2023-08-04 11:13:47 -04:00
See doc/api.md for detailed information about this interface.
* Building and Installation
2023-08-07 10:33:32 -04:00
Building requires (debian derived):
libsqlite3-dev build-essentials
2023-08-07 21:53:34 -04:00
* Submodules
2023-08-07 10:33:32 -04:00
git submodule update --init --recursive
make -C lib/libircclient
2023-08-07 21:53:34 -04:00
* Configuration (Optional but highly recommended)
2023-08-07 10:33:32 -04:00
make include/config.h && $EDITOR include/config.h
2023-08-06 23:06:11 -04:00
2023-08-07 21:53:34 -04:00
* Building and Installation
2023-08-07 10:33:32 -04:00
make && BOOTSTRAP_ONLY=1 ./install.sh
2023-08-04 11:13:47 -04:00
2023-08-07 10:33:32 -04:00
remove BOOTSTRAP_ONLY=1 if you plan to install this somewhere.
2023-08-04 11:13:47 -04:00
2023-08-07 21:53:34 -04:00
* Cleanup
2023-08-04 11:13:47 -04:00
2023-08-07 10:37:57 -04:00
make clean
rm -rf lib/libircclient bootstrap/probotic_data.sqlite
2023-08-04 11:13:47 -04:00
2023-08-07 10:33:32 -04:00
* Source Code Hosts
2023-08-06 23:56:07 -04:00
https://git.lain.church/emil/probotic
https://bis64wqhh3louusbd45iyj76kmn4rzw5ysawyan5bkxwyzihj67c5lid.onion/emil/probotic
2023-08-04 11:13:47 -04:00
* License
2023-08-06 23:06:11 -04:00
Copyright 2023 https://git.lain.church/anon ,
https://git.lain.church/fa11_1eaf ,
Emil Williams
2023-08-04 11:13:47 -04:00
Probotic is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 only as
published by the Free Software Foundation.
Probotic is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License version 3 for more details.
You should have received a copy of the GNU General Public License
version 3 along with Probotic.