aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building.tex
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for running configure with Python 2.4. This allowslloyd2010-07-091-2/+2
| | | | | | | | | removing several workarounds for limitations in optparse in that release, and also allows using the ternary operator added in 2.5. As far as I can tell, the only still active release of any Linux/BSD distro that uses 2.4 is RHEL5. The beta of RHEL6 has 2.6, and it seems likely that RHEL6 will be out before 1.10.0.
* Small tweaks re 2to3lloyd2010-07-091-4/+4
|
* Reorganize building guide, putting the most important things near thelloyd2010-06-221-59/+101
| | | | | front. Describe more on how to use 2to3, and also describe how to use the amalgamation.
* Mention options for getting the moduleslloyd2010-06-141-17/+13
|
* Rename the --use-boost-python optin to --with-boost-python, and add alloyd2010-06-131-1/+1
| | | | | | | --without-boost-python to explicitly disable it. This makes it much easier to use at least in Gentoo's ebuild system, and perhaps with other packaging systems as well.
* Improvments to the build instructions:lloyd2010-06-101-25/+38
| | | | | | | | | | | | | | | | | | Note that if you want to use Python 3, you have to use 2to3. This has come up a couple of times on the list. Add make check to the 'for the impatient' instructions. Mention --no-autoload. Said that we would guess the compiler; this isn't true with the Python version. Add examples of using ICC and Clang. Note that prebuilt Windows binaries are sometimes available. Talk about make install for Windows. Fix version #s in pkg-config output.
* Remove some obsolete stuff about modules from building.texlloyd2009-11-191-68/+3
|
* Tick timestamp in building.texlloyd2009-10-091-1/+1
|
* Fix for configure.py. Add instructions on building Python and Perl wrapperslloyd2009-10-091-50/+97
|
* Update build instructionslloyd2008-11-241-10/+19
|
* Minor additions to the Windows build instructionslloyd2008-10-111-5/+7
|
* Update the build directions to reflect realitylloyd2008-09-301-86/+90
|
* Modularize the Adler32 checksum in checksums/adler32lloyd2008-09-281-2/+2
| | | | | | | | | Add a new option --disable-modules which allows for disabling any set of modules that normally would be autoloaded. Rename the Botan feature test macros from BOTAN_EXT_BLAH to BOTAN_HAS_BLAH, which will be much more sensible especially when everything is done in this fashion (eg, BOTAN_HAS_BLOWFISH or BOTAN_HAS_RSA, etc)
* Don't hard-code the user and group when doing an install: instead uselloyd2008-04-061-16/+6
| | | | | whatever the current user/group is. If you wish to override, edit the makefile or override the INSTALL_CMD_* variables on the command line.
* Update build instructions with the new sytnax for configure.pllloyd2007-10-211-41/+31
|
* A little documentation about build roots and local configuration options.lloyd2007-03-041-36/+44
|
* Update the instructions for building the library.lloyd2006-10-051-60/+76
|
* Initial checkin1.5.6lloyd2006-05-181-0/+379