summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-15 15:27:04 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-15 15:27:04 +0000
commitd50ff75ea10e3a928ec769efae4c697f300b2e55 (patch)
treee4f2968c361046acf2ff5355a0ac3aa95560c51a /README
parent48b4d1af4186442fa282d0fba8440bc0f61dc7a9 (diff)
parse the version out of the version string using locale agnostic g_ascii_strtod instead of sscanf, which would only pick up the integer component with a locale which used a different radix character.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 463cd97..8334967 100644
--- a/README
+++ b/README
@@ -10,8 +10,8 @@ BUILDING
Building a Transmission release from the command line:
- $ tar zxfv transmission-remote-gtk-0.1.0.tar.gz
- $ cd transmission-0.1.0
+ $ tar zxfv transmission-remote-gtk-1.0.tar.gz
+ $ cd transmission-remote-gtk-1.0
$ ./configure
$ make
$ sudo make install