BelfrySCAD / BOSL2

The Belfry OpenScad Library, v2.0. An OpenSCAD library of shapes, masks, and manipulators to make working with OpenSCAD easier. BETA
https://github.com/BelfrySCAD/BOSL2/wiki
BSD 2-Clause "Simplified" License
1.01k stars 115 forks source link

Libraries folder for OpenSCAD snap nightly installation #1379

Closed ifishtoo closed 9 months ago

ifishtoo commented 9 months ago

I am brand new to OpenSCAD. I installed the snap nightly build in ubuntu. When I tried to copy to the libraires folder I still got error messages. I just happen to open the help and noticed library info. This revealed the correct path to copy the files too. User Library Path: /home//snap/openscad-nightly/4175/.local/share/OpenSCAD/libraries. Do you suppose you could add an appropriate note to the instructions like "check help/libraries info" for correct path ? The stock location provided for linux does not work for snap installations.

adrianVmariano commented 9 months ago

A much better strategy is to pick a reasonable library path that you can find on your own. I use:

export OPENSCADPATH=$HOME/scad/lib

adrianVmariano commented 9 months ago

Fixed.