Welcome to the AI-Library repository! This repository contains a collection of books generated by AI in Markdown format, primarily focusing on IT topics. You can convert these Markdown files into PDF and EPUB formats by cloning this repository and using the provided build tools.
To build the books, you need the following tools installed on your system:
- CMake
- Pandoc
- pdflatex
You can install CMake using the following command:
sudo apt-get update
sudo apt-get install -y cmake
You can install Pandoc using the following command:
sudo apt-get install -y pandoc
You can install pdflatex (part of TeX Live) using the following command:
sudo apt-get install -y texlive-full
Once you have the required tools installed, you can build the books as follows:
-
Clone the repository:
git clone https://github.com/gellistvan/AI-Library.git cd AI-Library
-
Configure the build using CMake:
cmake -S . -B build
-
Build the books:
cmake --build build
This will generate PDF files for each book in the repository.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or feedback, feel free to open an issue or contact us at [[email protected]].