antogit-sys / matrixcoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# INSTALL DEBIAN BASED

git clone https://github.com/antogit-sys/matrixcoding.git
sudo apt install figlet
./make.sh 

==========================

# INSTALL ARCH LINUX BASED

git clone https://github.com/antogit-sys/matrixcoding.git
sudo pacman -S figlet
./make.sh

==========================

# INSTALL WINZZOZ 64bit

gcc matrix.c matrixfunc.c -o matrixcompleto 

oppure

gcc matrix.c matrixfunc.c -o matrixcompleto -lm

# INSTALL WINZZOZ 32bit

gcc -m32 matrix.c matrixfunc.c -o matrixcompleto 
gcc -m32 matrix.c matrixfunc.c -o matrixcompleto -lm 

==========================

photo

About


Languages

Language:C 99.4%Language:Shell 0.6%