Skip to content

Commit

Permalink
Clarified cmake vs GNU make builds a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedalal committed Jul 6, 2022
1 parent 8e02a72 commit 6a683c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ software:
* gcc/g++, clang/clang++, or other C99 and C++03 compliant compilers
* Java 8 or newer JDK (e.g. openjdk-11-jdk)
* Apache ant, including the antlr module
* cmake 3.6 or newer (only for cmake build)

If you downloaded a tarball, the GNU autotools and gperf are not
needed.
Expand All @@ -39,6 +40,12 @@ libxi, libxmu and their header files.
How to build PLEXIL - Simple version
------------------------------------

The entire PLEXIL software suite can be built using GNU Make and
related tools, and these instructions use this approach.

Parts of the PLEXIL suite can be build with cmake, instructions for
which are further below.

To build the PLEXIL distribution:

1. To build everything, including the robosim and sample-app examples,
Expand Down

0 comments on commit 6a683c3

Please sign in to comment.