Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/atlinx/learnc
- Owner: Atlinx
- License: mit
- Created: 2022-02-24T19:58:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T12:10:40.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T06:58:39.268Z (almost 2 years ago)
- Language: CSS
- Homepage: https://atlinx.github.io/LearnC
- Size: 1.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```