summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRoderick W. Smith <rodsmith@rodsbooks.com>2015-10-07 17:06:53 -0400
committerRoderick W. Smith <rodsmith@rodsbooks.com>2015-10-07 17:06:53 -0400
commita9630e373bda6cd8605b5c93fdb278c586d59fec (patch)
treeccef9090c824d2ccd5755e08a5501a2fe164c868 /README
parent42166485c5c68b868be0a41fe17f198da4ac8f22 (diff)
downloadsgdisk-a9630e373bda6cd8605b5c93fdb278c586d59fec.tar.gz
Updated several partition type codes.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index a3c0e44..8a612ac 100644
--- a/README
+++ b/README
@@ -200,11 +200,12 @@ be used instead. In addition, note these requirements:
(headers). Most Linux distributions install popt by default, but you may
need to install a package called popt-dev, popt-devel, or something
similar to obtain the header files. Mac OS users can find a version of
- popt for Mac OS from Darwin Ports (http://popt.darwinports.com) or Fink
- (http://www.finkproject.org); however, you'll first need to install
- DarwinPorts or Fink (instructions exist on the relevant projects' pages).
- Alternatively, you can compile gdisk and/or cgdisk alone, without sgdisk;
- gdisk doesn't require popt.
+ popt for Mac OS from Darwin Ports (http://popt.darwinports.com), MacPorts
+ (https://trac.macports.org/browser/trunk/dports/devel/popt/Portfile), or
+ Fink (http://www.finkproject.org); however, you'll first need to install
+ DarwinPorts, MacPorts, or Fink (instructions exist on the relevant
+ projects' pages). Alternatively, you can compile gdisk and/or cgdisk
+ alone, without sgdisk; gdisk doesn't require popt.
When all the necessary development tools and libraries are installed, you
can uncompress the package and type "make" at the command prompt in the