mirror of
https://github.com/leozide/leocad
synced 2025-01-14 08:01:45 +01:00
Updated install script.
This commit is contained in:
parent
50027f8a07
commit
ad7ffb3cf0
2 changed files with 11 additions and 6 deletions
|
@ -19,7 +19,7 @@ using OpenGL.
|
||||||
|
|
||||||
- LeoCAD for Windows:
|
- LeoCAD for Windows:
|
||||||
|
|
||||||
Download LeoCAD-0.75.2-4351.exe to your computer, double click on the
|
Download LeoCAD-0.80.0-7439.exe to your computer, double click on the
|
||||||
icon to launch the installer and follow the intructions.
|
icon to launch the installer and follow the intructions.
|
||||||
|
|
||||||
- LeoCAD for Linux:
|
- LeoCAD for Linux:
|
||||||
|
@ -30,6 +30,11 @@ using OpenGL.
|
||||||
your choice and point the LEOCAD_LIB environment variable to it. More
|
your choice and point the LEOCAD_LIB environment variable to it. More
|
||||||
information is available at http://www.leocad.org
|
information is available at http://www.leocad.org
|
||||||
|
|
||||||
|
- LeoCAD for Mac OSX:
|
||||||
|
|
||||||
|
Download LeoCAD-0.80.0-7439.dmg to your computer, double click on the
|
||||||
|
icon to open the archive and copy LeoCAD.app to your Applications folder.
|
||||||
|
|
||||||
New users should take a look at the online tutorial located at
|
New users should take a look at the online tutorial located at
|
||||||
http://www.leocad.org/trac/wiki/BasicTutorial/ to learn how to use LeoCAD.
|
http://www.leocad.org/trac/wiki/BasicTutorial/ to learn how to use LeoCAD.
|
||||||
|
|
||||||
|
|
|
@ -57,10 +57,10 @@ Section "LeoCAD" SecLeoCAD
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
|
|
||||||
File "LeoCAD.exe"
|
File "LeoCAD.exe"
|
||||||
File "LeoCAD.hlp"
|
;File "LeoCAD.hlp"
|
||||||
File "LeoCAD.cnt"
|
;File "LeoCAD.cnt"
|
||||||
File "ReadMe.txt"
|
File "..\..\docs\ReadMe.txt"
|
||||||
File "library.bin"
|
File "..\..\library.bin"
|
||||||
|
|
||||||
;Register file extension
|
;Register file extension
|
||||||
WriteRegStr HKCR ".lcd" "" "LeoCAD.Project"
|
WriteRegStr HKCR ".lcd" "" "LeoCAD.Project"
|
||||||
|
@ -76,7 +76,7 @@ Section "LeoCAD" SecLeoCAD
|
||||||
System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (0x08000000, 0, 0, 0)'
|
System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (0x08000000, 0, 0, 0)'
|
||||||
|
|
||||||
;Store installation folder
|
;Store installation folder
|
||||||
WriteRegStr HKCU "Software\BT Software\LeoCAD" "InstallPath" $INSTDIR
|
;WriteRegStr HKCU "Software\BT Software\LeoCAD" "InstallPath" $INSTDIR
|
||||||
|
|
||||||
; Overwrite old Pieces Library path.
|
; Overwrite old Pieces Library path.
|
||||||
;WriteRegStr HKCU "Software\BT Software\LeoCAD\Settings" "PiecesLibrary" $INSTDIR
|
;WriteRegStr HKCU "Software\BT Software\LeoCAD\Settings" "PiecesLibrary" $INSTDIR
|
||||||
|
|
Loading…
Reference in a new issue