Skip to content

Commit ecf0f7b

Browse files
atrivialitystevedlawrence
authored andcommitted
Update build instructions for MacOS
libmxml bumped to 4.0 and homebrew doesn't have 3.3.1 in the recipe DAFFODIL-2889
1 parent 1467784 commit ecf0f7b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

BUILD.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,17 @@ used to develop Daffodil:
139139
brew install git
140140
brew install llvm # needed by iwyu
141141
brew install include-what-you-use
142-
brew install libmxml
143142
brew install openjdk
144143
brew install sbt
145144

145+
Install libmxml v3.3.1 from source:
146+
147+
git clone https://github.com/michaelrsweet/mxml
148+
cd mxml
149+
git checkout v3.3.1
150+
./configure
151+
sudo make install
152+
146153
Now you can build Daffodil from source and the sbt and daffodil
147154
commands you type will be able to call the C compiler.
148155

0 commit comments

Comments
 (0)