Skip to content

Commit

Permalink
Some hints to build the kernel on rpm-based linux
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 9, 2013
1 parent 81f3d59 commit c1a9649
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,16 +196,19 @@ Bootstrapped compiler

To compile OpenModelica without the use of rml-mmc:
$ autoconf
$ ./configure --with-CORBA --without-rml
$ ./configure --without-rml
$ make bootstrap-from-tarball

To recompile (once you have a working build/bin/omc)
$ make bootstrap-from-compiled

WARNING: The bootstrapped compiler has not been tested on all combinations of compilers and operating systems. It did work on 64-bit Ubuntu with GCC 4.4, but not on 64-bit Fedora Core with GCC 4.7.

CentOS 6 Notes
==============
CentOS 6 Hints (RPM, command-line only; for clients, add CORBA, readline)
=========================================================================
yum install tar gcc-c++ autoconf sqlite-devel java expat-devel lpsolve-devel lapack-devel make patch gettext
./configure --without-rml --disable-omshell-terminal --disable-modelica3d
make -j8 bootstrap-from-tarball

GENERAL NOTES:
==============
Expand Down

0 comments on commit c1a9649

Please sign in to comment.