Initial commit
This commit is contained in:
23
README.md
Executable file
23
README.md
Executable file
@@ -0,0 +1,23 @@
|
||||
# Description
|
||||
These programs print a spinning ASCII torus (mathematical name for a doughnut-shaped object) on the terminal. Original post by Andy Sloane can be found [here](https://www.a1k0n.net/2011/07/20/donut-math.html).
|
||||
|
||||
# For Linux
|
||||
## Prerequisites for Debian based distros
|
||||
* `sudo apt install make` to install Make
|
||||
* `make deb` to install the required compilers
|
||||
## Prerequisites for Arch based distros
|
||||
* `sudo pacman -S make` to install Make
|
||||
* `make arch` to install the required compilers
|
||||
|
||||
## How to run?
|
||||
* Clone or download the repository
|
||||
* Open a terminal inside the project directory
|
||||
* Complete the prerequisites for your OS
|
||||
* `make c` to run the C version
|
||||
* `make py` to run the Python version
|
||||
|
||||
## How to clean up the executable?
|
||||
* `make clean` to delete the executable
|
||||
|
||||
# Screenshot
|
||||

|
||||
Reference in New Issue
Block a user