install-from-workspace
Posted: Sun Oct 19, 2008 3:22 am
Hi everybody,
I need testing and feedback on a new installer I wrote for Cobra. It's located in the Subversion repository under the Source directory. You "cd" there and enter:
install-from-workspace
Or rather:
ins<TAB>
It does various things including building Cobra with -turbo, copying the files out to C:\Cobra\, versioning Cobra.Lang.dll and installing it to the GAC, etc. Also, I changed the -embed-run-time option to default to "no" which makes compilation snappier and Cobra EXEs smaller. If that's too much information, don't worry about it--the installer handles it all.
After the installation is done, you can invoke cobra from the command line outside the workspace.
I don't have it working on Mac/Linux/Unix yet, but made several allowances for that, and will get it working on that side of the fence at some point. You can get more information from the doc string at the top of InstallFromWorkspace.cobra, also in the same directory.
The installer works for me, but does it work for you? Please let me know.
If you don't have a Subversion workspace yet, see http://cobra-language.com/source/
I need testing and feedback on a new installer I wrote for Cobra. It's located in the Subversion repository under the Source directory. You "cd" there and enter:
install-from-workspace
Or rather:
ins<TAB>
It does various things including building Cobra with -turbo, copying the files out to C:\Cobra\, versioning Cobra.Lang.dll and installing it to the GAC, etc. Also, I changed the -embed-run-time option to default to "no" which makes compilation snappier and Cobra EXEs smaller. If that's too much information, don't worry about it--the installer handles it all.
After the installation is done, you can invoke cobra from the command line outside the workspace.
I don't have it working on Mac/Linux/Unix yet, but made several allowances for that, and will get it working on that side of the fence at some point. You can get more information from the doc string at the top of InstallFromWorkspace.cobra, also in the same directory.
The installer works for me, but does it work for you? Please let me know.
If you don't have a Subversion workspace yet, see http://cobra-language.com/source/