build-common

Shared build system code (usually as a git submodule)
Log | Files | Refs | README | LICENSE

README (508B)


      1 Shared build-system files for (some) parts of Taler.
      2 
      3 A repository using these build-system files should be structured as follows:
      4 
      5 <my-repository.git>
      6 - bootstrap (copied/adjusted from bootstrap.template)
      7 - build-system (directory containing build system "stuff")
      8 --| configure.py (copied/adjusted from configure.py.template)
      9 --| taler-build-scripts (git submodule of taler-build-scripts)
     10 
     11 Directory Structure:
     12 --------------------
     13 
     14 conf:
     15 - contains mixed configuration data, mostly for linters and editors