Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update README.md |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | master |
Files: | files | file ages | folders |
SHA3-256: |
164df476af6630b3592cd6dc66ee3ffe |
User & Date: | jesse@mccluresk9.com 2014-09-05 20:09:55 |
Context
2014-09-08
| ||
22:01 | Merge branch 'master' of http://github.com/TrilbyWhite/fex check-in: e9fcafff2b user: jesse@mccluresk9.com tags: trunk, master | |
2014-09-05
| ||
20:09 | Update README.md check-in: 164df476af user: jesse@mccluresk9.com tags: trunk, master | |
2014-08-16
| ||
20:18 | rpm packaging complete (?) check-in: 1bcc17afdf user: jesse@mccluresk9.com tags: trunk, master | |
Changes
Changes to pkg/README.md.
︙ | ︙ | |||
32 33 34 35 36 37 38 | There is no need to configure: ```bash git clone http://github.com/TrilbyWhite/fex.git cd fex make | < | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | There is no need to configure: ```bash git clone http://github.com/TrilbyWhite/fex.git cd fex make ``` ####Installation make install accepts DESTDIR and PREFIX variables: ```bash make DESTDIR=/path/to/pkgdir PREFIX=/usr install ``` |