mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-11 16:54:09 +02:00
Clarify to unpac zipfile with directories.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user