Changeset 0a7834 for src/documentation/install.dox
- Timestamp:
- Feb 14, 2013, 12:25:52 PM (12 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
- Children:
- 6752dc
- Parents:
- d0faa8
- git-author:
- Frederik Heber <heber@…> (12/14/12 16:26:21)
- git-committer:
- Frederik Heber <heber@…> (02/14/13 12:25:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/documentation/install.dox
rd0faa8 r0a7834 35 35 * 36 36 * which will run the configure script that checks whether you have a current 37 * version of the following required packages 37 * version of the following required packages: 38 38 * 39 39 * -# GNU Scientific Library (specify via LDFLAGS, ...) … … 43 43 * -# CPPUnit framework (--with-cppunit-prefix=<dir>) 44 44 * -# CodePatterns (--with-codepatterns=<dir>) 45 * 46 * The following packages are optional (code parts/features are disabled if not 47 * found: 48 * -# JobMarket (--enable-jobmarket --with-jobmarket=<dir> 49 * -# VMG library of ScaFaCoS (--enable-vmg --with-vmg-mpi MPICXX=mpicxx PKGCONFIG=<path to ScaFaCoS pkdir>) 50 * -# levmar (--with-levmar=<dir>) 45 51 * 46 52 * \a --prefix is the argument to tell configure where all program code should go … … 60 66 * - \a --enable-debug - activates many internal asserts, memory debugger and more 61 67 * (makes code a lot slower but gives information in case something fails) 68 * - \a --enable-python - activates python scripting. For one you can control 69 * molecuilder within your python code by simply calling its actions. For another 70 * it automatically executes a script \b molecuilder.py in the current folder 71 * prior to launching the respective UI. 72 * - \a --disable-cache - disables caching of certain variables (see CodePatterns). 73 * - \a --enable-valgrind - each test of the testsuite is launched by wrapping 74 * the call through valgrind checking on correct handling of memory. 75 * - \a --with-levmar=<path> - if levmar package is found under given path and 76 * LAPACK is installed, then FunctionApproximation can be used to fit potentials. 62 77 * 63 78 * \note A note about configure: If one library is found only under some specific path, you … … 129 144 * binary directory 130 145 * -# make doc: Creates these html pages out of the documented source 131 * -# make check: Runs an extensive set of unit tests and a testsuite which also gives132 * a good overview on the set of functions.146 * -# make distcheck: Checks whether the code compiles and all tests runs without 147 * from a distributed archive. This is checked for each release version. 133 148 * 134 * \date 201 1-10-31149 * \date 2012-12-20 135 150 */
Note:
See TracChangeset
for help on using the changeset viewer.