Skip to content

gellistvan/AI-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Library

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.

Requirements

To build the books, you need the following tools installed on your system:

  • CMake
  • Pandoc
  • pdflatex

Installing Requirements on Linux

CMake

You can install CMake using the following command:

sudo apt-get update
sudo apt-get install -y cmake

Pandoc

You can install Pandoc using the following command:

sudo apt-get install -y pandoc

pdflatex

You can install pdflatex (part of TeX Live) using the following command:

sudo apt-get install -y texlive-full

Building the Books

Once you have the required tools installed, you can build the books as follows:

  1. Clone the repository:

    git clone https://github.com/gellistvan/AI-Library.git
    cd AI-Library
  2. Configure the build using CMake:

    cmake -S . -B build
  3. Build the books:

    cmake --build build

This will generate PDF files for each book in the repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions or feedback, feel free to open an issue or contact us at [[email protected]].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published