I have been tasked with building a Wiki page for the software I have built here on my new job. It will contain the sites I downloaded the software from to build such packages as HDF-5 and NetCDF. Which compilers I used etc. I've never built a Wiki page, and it is for internal use only. Are thre templates for Wiki pages? Especially one that allows this:
netcdf-4.1.3]$ CPPFLAGS=-I/software/depot/hdf5-1.8.10-pgi/include LDFLAGS=-L/software/depot/hdf5-1.8.10-pgi/lib ./configure --prefix=/software/depot/netcdf-4.1.3-pgi LDFLAGS="-fPIC" CPP="pgcpp -E" CC=pgcc CXXCPP="pgcpp -E" CXX=pgcpp F77=pgf77 FC=pgf90 F90=pgf90 CPPFLAGS="-DNDEBUG -DpgiFortran" --disable-dap
I guess I am looking for pointers on how to highlight steps as the one above. Here it is done automatically.