|
META TOPICPARENT |
name="FRCVLabMLSA" |
<meta name="robots" content="noindex" /> |
|
On Ubuntu terminal, type the following commands to install Clang 3.8: |
|
< < |
- sudo add-apt-repository 'deb http://llvm.org/apt/trusty/
llvm-toolchain-trusty-3.8 main'
- sudo apt-get update
- sudo apt-get install clang-3.8
|
> > |
- sudo apt-get install clang-3.8
|
|
- Python 2.7 |
| Finally clone the MLSA repository, which will generate the mlsa folder:
- Download software from https://git.io/MLSA
|
|
> > | |
|
- Run mlsapath.bash in the mlsa folder (adds mlcg.py to PATH) with command: $source mlsapath.bash
When MLSA is cloned, it will produce a folder with the following subfolders: |
|
- $python testcode.py 2 -> tests the Python function call generator
- $python testcode.py 3 -> tests the multilingual Python and C functional call pipeline
- $python testcode.py 4 -> tests the JavaScript function call generator
|
|
< < |
- #python testcode.py 5 -> tests the multilingual Python, C, and JavaScript pipeline
|
> > |
- $python testcode.py 5 -> tests the multilingual Python, C, and JavaScript pipeline
|
|
Permissions |