Skip to content

Commit

Permalink
Simplified description for centos7
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Aug 22, 2018
1 parent 2d8e47d commit 0552aee
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions BUILD_DEPS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,16 @@ This document lists build dependencies and explains use of the ./build_* scripts

* Windows packages for 64bit system. Built on Debian 64bit!!
1) First ensure you have build-dependencies by running the getdeps_win64 script and following in-terminal instructions
2) Then run the below command for your build. (the <meta> flag allows building "meta-packages" executables using inno setup)
build_windows_mcstas <release name> <meta>
build_windows_mcxtrace <release name> <meta>
2) Then run the below command for your build. (the <meta> flag allows building "meta-packages" executables using inno setup)
build_windows_mcstas <release name> <meta>
build_windows_mcxtrace <release name> <meta>


* RedHat packages for 32bit and 64bit systems. Input parameters - 1) release "name", i.e. 2.1
build_rpms_mcstas <release name>
build_rpms_mcxtrace <release name>
Dependencies:
cmake cpack rpm texlive texlive-imakeidx texlive-biblatex texlive-idxlayout gcc flex bison libc6-dev etoolbox (Check on clean system if this is enough!!)
Configuration - dpkg-reconfigure dash, select not to use dash as /bin/sh

* CentOS packages for 64bit systems. Input parameters - 1) release "name", i.e. 2.1
1) First ensure you have build-dependencies by running the getdeps_centos7 script and following in-terminal instructions
2) Then run the below command for your build. (the <meta> flag allows building "meta-packages" rpm packages + a miniconda python setup)
build_rpms_mcstas <release name>
build_rpms_mcxtrace <release name>

* "Generic Unix" 64bit tgz packages. Input parameters - 1) release "name", i.e. 2.1
1) First ensure you have build-dependencies by running on of the relevant getdeps_ scripts and following in-terminal instructions
Expand Down

0 comments on commit 0552aee

Please sign in to comment.