Update Grep OpenLink
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
m |
m (Reverted edits by 61.213.34.213 (61.213.34.213); changed back to last version by Ramuk) |
||
| (One intermediate revision not shown) | |||
Latest revision as of 03:32, 30 April 2007
UPDATE GREP from 2.4.2 to 2.5.1a
Development tools
Install the Precompiled C development environment, running on the LS
Get the source tarball and compile
Download and install the latest version of Grep
cd /mnt/misc wget http://ftp.gnu.org/gnu/grep/grep-2.5.1a.tar.gz tar -zxvf grep-2.5.1a.tar.gz cd grep-2.5.1a
./configure make make install
Overwrite your current grep version
cp /mnt/misc/grep-2.5.1a/src/grep /bin/
reboot your LS (linkstation)
reboot
Check your new grep version
grep --version
When it shows 2.5.1a it worked!
| This article is currently a stub. You can help this Wiki by expanding it . This template will categorize articles that include it into Category:Stubs. |

