abishekvashok / cmatrix

Terminal based "The Matrix" like implementation
GNU General Public License v3.0
4.04k stars 421 forks source link

Install Scrip #150

Closed ScotDex closed 2 years ago

ScotDex commented 2 years ago

!/bin/bash

Copyright (C) 2022 ScotDex themadlyscientific@gmail.com

This file is free software; as a special exception the author gives

unlimited permission to copy and/or distribute it, with or without

modifications, as long as this notice is preserved.

Start off with entering https://github.com/abishekvashok/cmatrix.git

The enter ./cmatrix install (remember to modify the permissions of this file before you do that)

##################

autoreconf -i # skip if using released tarball ./configure make make install

##################

Once its finished you should be ready to go :)

Dex