Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Bash Script #151

Open
ScotDex opened this issue May 22, 2022 · 5 comments
Open

Install Bash Script #151

ScotDex opened this issue May 22, 2022 · 5 comments
Labels

Comments

@ScotDex
Copy link

ScotDex commented May 22, 2022

#!/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
Copy link
Author

ScotDex commented May 22, 2022

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

@abishekvashok
Copy link
Owner

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.

@ScotDex
Copy link
Author

ScotDex commented May 26, 2022

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

@JDat
Copy link

JDat commented May 27, 2022

And what about dependency check before building software?

@abishekvashok
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants