Skip to content
Snippets Groups Projects
Commit 0e0a9e80 authored by Dr-Dan's avatar Dr-Dan
Browse files

updated readme

parent 19f5fb0f
Branches
No related merge requests found
......@@ -3,8 +3,6 @@ An implementation of maximilian in javascript using emscripten to compile code f
To use: move the maxiLib.js file from the maxiLib folder to an appropriate location and include using the <script> tag.
Makefile!! - Can now use ‘make’ command to compile. You will probably need to change the location of em++ in the Makefile though.
- to just make base maximilian (without libs [fft etc]) use ‘make maxi’
File structure:
......@@ -14,7 +12,7 @@ src: Contains all files (.cpp/.js) for use with emscripten.
maxiLib: files for the js implementation of maximilian.
- maxiLib.js is the output from emscripten.
- libs will contain all extra maximilian libraries when completed.
- index.php has links to all example files for easy access from localhost etc
old stuff : the initial files from the beginning. Not of much use anymore.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment