mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Clarify to unpac zipfile with directories.
This commit is contained in:
parent
0874bfcc43
commit
20f4d8830f
2 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@ A library for OpenSCAD, filled with useful tools, shapes, masks, math and manipu
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Download the .zip or .tar.gz release file for this library.
|
1. Download the .zip or .tar.gz release file for this library.
|
||||||
2. Unpack it. It should create a `BOSL-v2.0` directory with the library files within it.
|
2. Unpack it. Make sure that you unpack the whole file structure. Some zipfile unpackers call this option "Use folder names". It should create either a `BOSL-v2.0` or `BOSL2-master` directory with the library files within it. You should see "examples", "scripts", "tests", and other subdirectories.
|
||||||
3. Rename the directory to `BOSL2`.
|
3. Rename the unpacked main directory to `BOSL2`.
|
||||||
4. Move the `BOSL2` directory into the apropriate OpenSCAD library directory for your platform:
|
4. Move the `BOSL2` directory into the apropriate OpenSCAD library directory for your platform:
|
||||||
- Windows: `My Documents\OpenSCAD\libraries\`
|
- Windows: `My Documents\OpenSCAD\libraries\`
|
||||||
- Linux: `$HOME/.local/share/OpenSCAD/libraries/`
|
- Linux: `$HOME/.local/share/OpenSCAD/libraries/`
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,477];
|
BOSL_VERSION = [2,0,478];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue