Priest of the Order of the Butterfly
Posts: 732 from 2003/2/24
From: aGaS & CUAZ Al...
Code:
Erm, MorphOS SDK does not use Commodore's Installer. It comes with its own installer.
yeah, sure... download mossdk_base.lha from http://developer.morphosppc.com and explain me why the installer script asks the user to download cbm installer v43 from aminet
---------------------------------------------------------------
; -----------------------------
; Let`s use English as language
; -----------------------------
(set #help_welcome
(cat
"\n\n\n\nMorphOS SDK " #sdk_version "\n"
"?2003 by Genesi\n\n\n"
"Welcome to the MorphOS SDK installation!\n"
"This script will install the MorphOS SDK on your HD."
)
)
(set #help_askinstall "Where shall the MOS SDK be installed. (A directory will be created)")
(set #help_license "\n\n\n\n\n\nDo you accept the license agreement?")
(set #help_onlylicense "\n\n\n\n\nYou have to accept the license agreement in order to be able to install this software and be allowed to use it.")
(set #help_copylibs "Checking and installing required libraries..")
(set #help_instdevenv "\n\n\n\nInstalling DevEnv in the background .. this can take a while ..")
(set #help_instmorphed "\n\n\n\nInstalling MorphED ..")
(set #help_licensefile "License.txt")
(set #help_useradd "The following lines will be added to your user-startup:\n\n")
(set #help_copyprompt "Copying ..")
(set #help_oldprompt "You should not install MOS SDK over an old version. The old version will be renamed.")
(set #help_nohelp "Sorry. No help text available at this point.")
(set #help_updateinstaller
(cat
"An obsolete version of Installer has been found.\n"
"Version 43.3 can be found on Aminet at\n\n"
"util/misc/Installier-43_3.lha\n\n"
"gefunden werden. If possible, please update soon\n"
"to the newer version, especially if you encounter\n"
"any problems during installation."
)
)
(set #help_components "Which components do you want to install?")
---------------------------------------------------------------
Code:
Agreed that if you install MorphOS SDK you must add "execute gg:sys/s/gg-startup" to your S:User-Startup manually. And MorphOS 1.x does not have a text editor :-)
You don't have to. It's added by the cbm installer. BTW, you have to download various packages separately and later update the packages to be compatible with c++.
Code:
In the future you probably dont have those problems anymore.
I hope that at least a replacement installer is included, even if it's not perfect.
[ Edited by Crumb on 2007/12/14 10:53 ]