makeinstall

Create a single install file for your toolbox distribution.
ダウンロード: 6.4K
更新 2014/11/2

ライセンスの表示

編集メモ: 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 リリースの互換性
作成: R2014b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersInstall Products についてさらに検索
謝辞

ヒントを与えたファイル: 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)
avoid addpath of package directories (+folders)
fid-bug in error handling fixed, extension of ignoring of further non-Matlab files

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
fixes a bug when using MS Windows line endings
fixes a bug when adding entries in startup.m

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