Changes between Initial Version and Version 1 of Ticket #52080


Ignore:
Timestamp:
Aug 23, 2016, 3:10:13 PM (8 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52080

    • Property Port xfig transfig added
    • Property Version changed from 2.3.4 to
    • Property Summary changed from New upstream versions of xfig and fig2dev / transfig to xfig @3.2.5c_0, transfig @3.2.5d_5: update available to 3.2.6, transfig renamed fig2dev
  • Ticket #52080 – Description

    initial v1  
    99
    1010Build and installation can now be done with
    11   ./configure --disable-dependency-tracking   for fig2dev
    12 and
    13   ./configure --disable-dependency-tracking --with-appdefaultdir=/opt/X11/share/X11/app-defaults
    14   for xfig.
    15 Then, do   make -j; make install-strip
     11{{{
     12./configure --disable-dependency-tracking
     13}}}
     14for fig2dev and
     15{{{
     16./configure --disable-dependency-tracking --with-appdefaultdir=/opt/X11/share/X11/app-defaults
     17}}}
     18for xfig. Then, do `make -j; make install-strip`
     19
    1620Optionally, make check and make installcheck are both supported.
    1721
    1822Please, report success on building or any difficulties you might encounter.
    1923
    20 Yours,
    21 
     24Yours,\\
    2225Thomas Loimer