How can I compile/build mBlock?
Can you provide a detailed description?
How to build/compile mBlock?
Can you be a bit clearer on what you are trying to do? Are you downling the mblock sourcecode from github or the binaries?
Just found out, that I don’t have to compile it to test a new translation.
Didn’t know that mBlock looks at C:\Users<username>\Documents\mBlock\locale for the language files.
I tried to compile the sources.
Not in order to get a new translation, but to understand where the compile time errors stem from that I currently get when deploying sample code for the LED matrix.
I used FDT for Eclipse to work on the code.
Have not been completelly successful yet:
- Some unresolved classes
- Some undefined functions in MBlock.as
- Some casting errors
- Some missing
*.wav
files.
Has someone been successful in getting through this, e.g. with Apache Flex?
Any way, I didn’t find the formatter for MeLEDMatrix
, so I wonder whether current source version has already been checked in into GitHub.