r2 - 12 Jun 2003 - 18:37:08 - BobKrzaczekYou are here: TWiki >  Help Web  >  AdminStuff > SoftwareInstalls > BuildingFromScratch > BuildingGnuIndent
Tags:
create new tag
, view all tags
  • Version: 2.2.9
  • Summary: A source code formatting (and re-formatting) tool.

Obtaining

Pull it down from your friendly neighborhood GNU mirror. When this topic was written, version 2.2.9 was current. I'll be surprised if that ever changes...

   cd /cis/src/misc
   <... download indent-2.2.9.tar.gz ...>
   gzip -dc indent-2.2.9.tar.gz |tar xf -
   cd indent-2.2.9

Solaris

Similar tools called indent exist elsewhere on most systems; for that reason, we'll build this one into /gnu to prevent any confusion as to which indent this one is.
   CFLAGS='-mcpu=ultrasparc -O' ./configure --prefix=/gnu
   gmake
   gmake check
   gmake install

Documentation

   cp COPY* NEWS README AUTHORS /gnu/share/doc/indent
   gmake ps pdf
   cp doc/*.dvi doc/*.ps doc/*.pdf /gnu/share/doc/indent
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback