Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atlinx/learnc

A website for people to learn C.
https://github.com/atlinx/learnc

Last synced: 18 days ago
JSON representation

A website for people to learn C.

Awesome Lists containing this project

README

        

# Learn C

A website for learning C

Built with [Sphinx](https://www.sphinx-doc.org/en/master/), [Read the Docs](https://readthedocs.org/).

Available on:

- [Github Pages](https://atlinx.github.io/LearnC)
- [Read the Docs](https://learnc.readthedocs.io/)

## How to Build
1. To build it you'll need [Python](https://www.python.org/downloads/), [CMake](https://cmake.org/install/), and some other libraries.

2. Install libraries with:
`python -m pip install -r requirements.txt`

3. Build:
- Linux/Mac:
```bash
> make html
```
- Windows:
```bat
> make.bat html
```