mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 22:53:50 +01:00
[doc] Add missing changelog files, Update compile instructions
This commit is contained in:
parent
2632f2c87f
commit
006702252c
5
doc/ChangeLog.md
Normal file
5
doc/ChangeLog.md
Normal file
@ -0,0 +1,5 @@
|
||||
Version 1.5
|
||||
-----------
|
||||
|
||||
* Added Debian Packaging
|
||||
* Compatibility changes for TRIQS 2.0
|
8
doc/changelog.rst
Normal file
8
doc/changelog.rst
Normal file
@ -0,0 +1,8 @@
|
||||
.. _changelog:
|
||||
|
||||
Changelog
|
||||
=========
|
||||
|
||||
This document describes the main changes in DftTools.
|
||||
|
||||
.. include:: ChangeLog.md
|
@ -32,11 +32,12 @@ Installation steps
|
||||
|
||||
#. Create an empty build directory where you will compile the code::
|
||||
|
||||
$ mkdir build && cd build
|
||||
$ mkdir dft_tools.build && cd dft_tools.build
|
||||
|
||||
#. In the build directory call cmake specifying where the TRIQS library is installed::
|
||||
|
||||
$ cmake -DTRIQS_PATH=path_to_triqs ../src
|
||||
#. Make sure that you have added the TRIQS and Cpp2Py installation to your environment variables::
|
||||
|
||||
$ source path_to_triqs/share/cpp2pyvarsh.sh
|
||||
$ source path_to_triqs/share/triqsvarsh.sh
|
||||
|
||||
#. Compile the code, run the tests and install the application::
|
||||
|
||||
@ -114,7 +115,7 @@ Custom CMake options
|
||||
|
||||
Functionality of ``dft_tools`` can be tweaked using extra compile-time options passed to CMake::
|
||||
|
||||
cmake -DOPTION1=value1 -DOPTION2=value2 ... ../cthyb.src
|
||||
cmake -DOPTION1=value1 -DOPTION2=value2 ... ../dft_tools.src
|
||||
|
||||
+---------------------------------------------------------------+-----------------------------------------------+
|
||||
| Options | Syntax |
|
||||
|
Loading…
Reference in New Issue
Block a user