Snapshots of software packages

NameLast modifiedSize
Parent Directory  -
Source_code/2023-06-27 19:03 -
for_Linux/2023-06-28 23:10 -
for_macOS/2017-08-26 20:01 -
old/2022-03-14 14:58 -

This directory contains snapshots of some software packages that I put together for some reason. These have not been thoroughly tested, so use them at your own risk!

The tar archives containing source code can be unpacked and compiled in a directory of your choice.

Most of the tar archives containing binaries are intended to be installed by just unpacking them in the right place. The right place is /usr/local, so a command like

tar -C /usr/local -zxf xxx.tar.gz
should be enough. The packages can be installed in other locations, but you might have to set environment variables to point to that location, and/or add the bin/ subdirectory to your path.