A cli program to generate ascci art from text
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
A cli program to generate ascci art from text
- Clone the project
git clone https://github.com/aymerickmichelet/art_ascii.git
- Go to the project directory
cd art_ascii
- Compile the program
./compiler.sh
- Install Homebrew :
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install GCC :
brew install gcc
- Install Xcode from l'App Store.
- Install command line tools :
xcode-select --install
- Download MinGW from mingw.org.
- Follow installation instruction.
- Add
C:\MinGW\bin
to the environment variablePATH
.
- Download MSYS2 from msys2.org.
- Follow installation instruction.
- Open the console MSYS2 and install GCC :
pacman -Syu
pacman -S mingw-w64-x86_64-gcc
- Add
C:\msys64\mingw64\bin
to the environment variablePATH
.
- Open Terminal and install development tools :
sudo apt update
sudo apt install build-essential
- Open Terminal and install development tools :
sudo dnf groupinstall "Development Tools"
- Open Terminal and install development tools :
sudo pacman -S base-devel
-
Compile the program (getting started)
-
Run the program
./art_ascii <text>