Changes between Version 35 and Version 36 of Documentation/ORCHIDEE_DOC


Ignore:
Timestamp:
2013-06-24T16:04:30+02:00 (11 years ago)
Author:
maignan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/ORCHIDEE_DOC

    v35 v36  
    210210>A version 2.28.0 of graphviz set of tools has been installed in the same path. It contains last version of dot scheme builder. 
    211211/home/users/mmancip/PROG/bin and /home/users/mmancip/PROG/lib are now available as '''/home/users/maignan/PROG/bin''' and '''/home/users/maignan/PROG/lib'''.[[BR]] 
    212 To compile the documentation: 
     212To create the documentation:[[BR]] 
     213First compile the code: 
    213214{{{ 
    214215cd modeles/ORCHIDEE/ 
     216gmake driver 
     217}}} 
     218This first step is needed for creating the call/caller graphs. 
     219Then compile the documentation: 
     220{{{ 
    215221makeorchidee_fcm -rmdoc -doc 
    216222}}}