Skip to content

Commit e4189ac

Browse files
author
Josh Aas
committed
Add instructions for building from release tarball, no autoreconf required.
1 parent 5ba6c7e commit e4189ac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

BUILDING.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,25 @@ The following procedure will build mozjpeg on Linux, FreeBSD, Cygwin, and
6868
Solaris/x86 systems (on Solaris, this generates a 32-bit library. See below
6969
for 64-bit build instructions.)
7070

71+
Simple Release tar.gz Source Build
72+
----------------------------------
73+
74+
cd {source_directory}
75+
./configure [additional configure flags]
76+
make
77+
78+
Non-Release Source Build (e.g. GitHub clone)
79+
--------------------------------------------
80+
7181
cd {source_directory}
7282
autoreconf -fiv
7383
cd {build_directory}
7484
sh {source_directory}/configure [additional configure flags]
7585
make
7686

87+
Results
88+
-------
89+
7790
This will generate the following files under .libs/
7891

7992
libjpeg.a

0 commit comments

Comments
 (0)