~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to examples/mex-examples/cmex/README

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The purpose of this contribution is to emulate the Matlab mexfile
 
2
mechanism for people too lazy/busy to learn the Scilab dynamic
 
3
link interfacing mechanism...
 
4
 
 
5
Only the most useful functions have been emulated. 
 
6
 
 
7
See SCIDIR/routines/default/mexlib.c for additional info and
 
8
in particular the list of emulated mx functions.
 
9
 
 
10
-------------------------------------------------------
 
11
To build the shared library enter 
 
12
        --> exec builder.sce 
 
13
        at scilab prompt 
 
14
To load the shared library enter 
 
15
        --> exec loader.sce 
 
16
        at scilab prompt 
 
17
 
 
18
To run a test just exec the libmex.tst file 
 
19
 
 
20
You can also build and run all the tests with 
 
21
        make tests (Unix) 
 
22
        nmake /f Makefile.mak tests (visual C++) 
 
23
-------------------------------------------------------
 
24
 
 
25
jpc and fd 
 
26