Skip to content

Bash scripts for building programs in a user's home directory.

Notifications You must be signed in to change notification settings

plediii/build_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build_scripts

This is a collection of scripts that does effectively:

 wget foo
 unzip foo
 cd foo
 ./configure --prefix=${HOME}/local
 make 
 make install

This is usually sufficient to install the latest version of software on a system without root permission.

About

Bash scripts for building programs in a user's home directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages