We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1467784 commit ecf0f7bCopy full SHA for ecf0f7b
BUILD.md
@@ -139,10 +139,17 @@ used to develop Daffodil:
139
brew install git
140
brew install llvm # needed by iwyu
141
brew install include-what-you-use
142
- brew install libmxml
143
brew install openjdk
144
brew install sbt
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
153
Now you can build Daffodil from source and the sbt and daffodil
154
commands you type will be able to call the C compiler.
155
0 commit comments