mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
Describe the proper build command for HP-UX
This commit is contained in:
7
makefile
7
makefile
@@ -22,6 +22,13 @@
|
||||
# libpcap can be enabled if GNU make is invoked with USE_NETWORK=1 on the
|
||||
# command line.
|
||||
#
|
||||
# Some platforms may not have vendor supplied libpcap available. HP-UX is
|
||||
# one such example. The packages which are available for this platform
|
||||
# install include files and libraries in user specified directories. In
|
||||
# order for this makefile to locate where these components may have been
|
||||
# installed, gmake should be invoked with LPATH=/usr/lib:/usr/local/lib
|
||||
# defined (adjusted as needed depending on where they may be installed).
|
||||
#
|
||||
# The default build will build compiler optimized binaries.
|
||||
# If debugging is desired, then GNU make can be invoked with
|
||||
# DEBUG=1 on the command line.
|
||||
|
||||
Reference in New Issue
Block a user