KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
v7unix
★ 112
Open GitHub ↗
Version 7 Unix for a POSIX world
Download README (.md)
Explore Similar Repositories
certificate
:
Access certificate details and transform between different formats.
crashdumper
:
A cross-platform automated crash report generator/sender for Haxe/OpenFL apps.
camunda-platform-7-graphql
:
GraphQL for Camunda Platform 7
kubernetes
:
my yaml files for kubernetes cluster
libbrotli
:
meta project to build libraries from the brotli source code
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
v7unix
?
Download (.md)
# v7unix The Version 7 Unix sources compiled on contemporary systems using contemporary C compilers and system headers. # Implementation Status `ed` and `sed` should work. # Source Unix Version 7 tarbomb from https://minnie.tuhs.org/Archive/Distributions/Research/Henry_Spencer_v7/v7.tar.gz # Ubuntu / v7sed `sed` has been packaged for Ubuntu. The package is called `v7sed`. There is a `debian/rules` file suitable for making a source- and binary-packages. To install this on Ubuntu: ``` echo deb http://ppa.launchpad.net/drj/v7/ubuntu precise main | sudo tee -a /etc/apt/sources.list.d/v7.list sudo apt-get update sudo apt-get install v7sed ``` (the last step seems to require you to "Install these packages without verification", I've no idea how I go about removing that) To make the source and binary packages: ``` cd v7 # make source dpkg-buildpackage -S # make binary dpkg-buildpackage ```