cmatrix icon indicating copy to clipboard operation
cmatrix copied to clipboard

Install Bash Script

Open ScotDex opened this issue 2 years ago • 5 comments

#!/bin/bash

# Copyright (C) 2022 ScotDex <[email protected]>

# 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 ```


ScotDex avatar May 22 '22 08:05 ScotDex

Install script because apparently im an idiot and have no clue how to offer a pull request?!

ScotDex avatar May 22 '22 08:05 ScotDex

Hey I doubt we would need this script, the idea is to mimic or follow the "well established" or common package installation instructions: ./configure make make install

The idea is to provide the user the availability to customise.

abishekvashok avatar May 25 '22 08:05 abishekvashok

Fair enough mate, figured it would be cool to provide. Script can be edited of course.

ScotDex avatar May 26 '22 22:05 ScotDex

And what about dependency check before building software?

JDat avatar May 27 '22 03:05 JDat

Yeah I don't think we would need to divert to a bash script.

abishekvashok avatar Jun 20 '22 10:06 abishekvashok