mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
Merge pull request #75 from matthiaskrgr/master
mention PKGBUILDs in INSTALL file, fix typo in manpage
This commit is contained in:
commit
babdebee79
2 changed files with 7 additions and 2 deletions
7
INSTALL
7
INSTALL
|
@ -34,6 +34,11 @@
|
|||
make PREFIX=/usr install
|
||||
|
||||
To install to a package-staging directory such as $pkgdir when
|
||||
writing an ArchLinux PKGBUILD file:
|
||||
writing a build script file:
|
||||
|
||||
make DESTDIR=$pkgdir install
|
||||
|
||||
|
||||
|
||||
ArchLinux PKGBUILDs (release and git build) can be found in the
|
||||
respective folders in ./distro/arch
|
||||
|
|
|
@ -12,7 +12,7 @@ list of QC source files that are to be compiled in order.
|
|||
\fBgmqcc\fR optionally takes options to specify the output and
|
||||
input files on the commandline, and also accepts assembly files.
|
||||
.SH OPTIONS
|
||||
\fBgmqcc\fR mostly tries to mimick gcc's commandline handling, though
|
||||
\fBgmqcc\fR mostly tries to mimic gcc's commandline handling, though
|
||||
there are also traditional long-options available.
|
||||
.TP
|
||||
.B "-h, --help"
|
||||
|
|
Loading…
Reference in a new issue