makeinstall

버전 1.15.0.0 (78.5 KB) 작성자: Norbert Marwan
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 (2026). makeinstall (https://kr.mathworks.com/matlabcentral/fileexchange/1529-makeinstall), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Install Products에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
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