Skip to content

Commit

Permalink
Update build instructions for MacOS
Browse files Browse the repository at this point in the history
libmxml bumped to 4.0 and homebrew doesn't have 3.3.1 in the recipe

DAFFODIL-2889
  • Loading branch information
atriviality authored and stevedlawrence committed Nov 6, 2024
1 parent 1467784 commit ecf0f7b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,17 @@ used to develop Daffodil:
brew install git
brew install llvm # needed by iwyu
brew install include-what-you-use
brew install libmxml
brew install openjdk
brew install sbt

Install libmxml v3.3.1 from source:

git clone https://github.com/michaelrsweet/mxml
cd mxml
git checkout v3.3.1
./configure
sudo make install

Now you can build Daffodil from source and the sbt and daffodil
commands you type will be able to call the C compiler.

Expand Down

0 comments on commit ecf0f7b

Please sign in to comment.