makeinstall
编者注: This file was selected as MATLAB Central Pick of the Week
You have a created a toolbox with a lot of MATLAB files and now you need a simple way to distribute this toolbox? With MAKEINSTALL you will be able to automatically create a single INSTALL.M file, which includes a simple installation routine and all the Matlab programmes needed for the toolbox. The install script will modify your system in order to use the toolbox instantly.
An illustration of the install script is available on
http://tocsy.pik-potsdam.de/CRPtoolbox
(-> installation).
Project homepage:
http://tocsy.pik-potsdam.de/makeinstall.php
White Paper:
http://tocsy.pik-potsdam.de/Makeinstall/whitepaper_makeinstall.html
Makeinstall needs Matlab 7 or newer because it uses commands that are not available in previous versions.
However, the installer can be run even in Octave!
Starting with Release 2014b, MATLAB provides now a similar, build-in feature. Nevertheless, the makeinstall installer will be continued as it provides installers also for older MATLAB versions and comes with useful features (e.g., automatic version number inclusion).
引用格式
Norbert Marwan (2024). makeinstall (https://www.mathworks.com/matlabcentral/fileexchange/1529-makeinstall), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- MATLAB > Installation and Licensing > Install Products >
- MATLAB > App Building > Package and Share Apps >
标签
致谢
启发作品: mgui, Makeinstall Technology, CSE SQL Database Library, disp_inmem
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.15.0.0 | GIT tag support added (used for version number) |
||
1.14.0.0 | new feature: option for exclusive PC usage (toolbox will not work under other systems)
|
||
1.13.0.0 | fix for rare cases when userpath variable is empty |
||
1.12.0.0 | bug in ignoring files (.git*, .svn*, etc) fixed |
||
1.11.0.0 | bugfix for Windows installation, improved Octave behaviour |
||
1.9.0.0 | ignores now .git files
|
||
1.8.0.0 | small bug in deinstallation routine fixed |
||
1.7.0.0 | Installer now produces an Octave compatible install file. The toolbox can be installed within Matlab and Octave with the same install file. However, the Octave compatibility of the Matlab toolbox itself remains in the responsibility of the developer. |
||
1.6.0.0 | only for Windows users: changed toolbox location from general Matlab folder to user's Matlab folder in Windows |
||
1.5.0.0 | Update the info.xml content. |
||
1.4.0.0 | remaining hint to GPL removed |
||
1.3.0.0 | change from GPL to BSD License |