kopia lustrzana https://github.com/vilemduha/blendercam
Updated Install opencamlib into blender 2.93 on linux (markdown)
rodzic
cb4ecd2802
commit
bbef8d173f
|
@ -9,8 +9,8 @@ $ cd ~/
|
||||||
$ mkdir Apps
|
$ mkdir Apps
|
||||||
$ cd Apps
|
$ cd Apps
|
||||||
$ wget https://ftp.nluug.nl/pub/graphics/blender/release/Blender2.93/blender-2.93.1-linux64.tar.xz
|
$ wget https://ftp.nluug.nl/pub/graphics/blender/release/Blender2.93/blender-2.93.1-linux64.tar.xz
|
||||||
$ tar xf blender-2.93.0-linux64.tar.xz
|
$ tar xf blender-2.93.1-linux64.tar.xz
|
||||||
$ cd blender-2.93.0-linux64/2.93/python/bin
|
$ cd blender-2.93.1-linux64/2.93/python/bin
|
||||||
$ ./python3.9 -m ensurepip
|
$ ./python3.9 -m ensurepip
|
||||||
$ ./pip3 install shapely
|
$ ./pip3 install shapely
|
||||||
$ ./pip3 install Equation
|
$ ./pip3 install Equation
|
||||||
|
@ -84,21 +84,21 @@ opencamlib/src/lib/pyocl.py
|
||||||
please change the following instrutions to macth
|
please change the following instrutions to macth
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ln -s /usr/lib/python3.8/site-packages/ocl.so ~/Apps/blender-2.93.0-linux64/2.93/python/lib/python3.9/site-packages/
|
$ ln -s /usr/lib/python3.8/site-packages/ocl.so ~/Apps/blender-2.93.1-linux64/2.93/python/lib/python3.9/site-packages/
|
||||||
$ ln -s /usr/lib/python3.8/site-packages/STLTools.py ~/Apps/blender-2.93.0-linux64/2.93/python/lib/python3.9/site-packages/
|
$ ln -s /usr/lib/python3.8/site-packages/STLTools.py ~/Apps/blender-2.93.1-linux64/2.93/python/lib/python3.9/site-packages/
|
||||||
$ ln -s /usr/lib/python3.8/site-packages/procmemory.py ~/Apps/blender-2.93.0-linux64/2.93/python/lib/python3.9/site-packages/
|
$ ln -s /usr/lib/python3.8/site-packages/procmemory.py ~/Apps/blender-2.93.1-linux64/2.93/python/lib/python3.9/site-packages/
|
||||||
$ ln -s /usr/lib/python3.8/site-packages/camvtk.py ~/Apps/blender-2.93.0-linux64/2.93/python/lib/python3.9/site-packages/
|
$ ln -s /usr/lib/python3.8/site-packages/camvtk.py ~/Apps/blender-2.93.1-linux64/2.93/python/lib/python3.9/site-packages/
|
||||||
$ ln -s /usr/lib/python3.8/site-packages/pyocl.py ~/Apps/blender-2.93.0-linux64/2.93/python/lib/python3.9/site-packages/
|
$ ln -s /usr/lib/python3.8/site-packages/pyocl.py ~/Apps/blender-2.93.1-linux64/2.93/python/lib/python3.9/site-packages/
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ln -s /home/blendercam/projects/opencamlib/build/src/ocl.so ~/Apps/blender-2.93.0-linux64/2.93/python/lib/python3.9/site-packages/
|
$ ln -s /home/blendercam/projects/opencamlib/build/src/ocl.so ~/Apps/blender-2.93.1-linux64/2.93/python/lib/python3.9/site-packages/
|
||||||
$ ln -s /home/blendercam/projects/opencamlib/src/lib/STLTools.py ~/Apps/blender-2.93.0-linux64/2.93/python/lib/python3.9/site-packages/
|
$ ln -s /home/blendercam/projects/opencamlib/src/lib/STLTools.py ~/Apps/blender-2.93.1-linux64/2.93/python/lib/python3.9/site-packages/
|
||||||
$ ln -s /home/blendercam/projects/opencamlib/src/lib/procmemory.py ~/Apps/blender-2.93.0-linux64/2.93/python/lib/python3.9/site-packages/
|
$ ln -s /home/blendercam/projects/opencamlib/src/lib/procmemory.py ~/Apps/blender-2.93.1-linux64/2.93/python/lib/python3.9/site-packages/
|
||||||
$ ln -s /home/blendercam/projects/opencamlib/src/lib/camvtk.py ~/Apps/blender-2.93.0-linux64/2.93/python/lib/python3.9/site-packages/
|
$ ln -s /home/blendercam/projects/opencamlib/src/lib/camvtk.py ~/Apps/blender-2.93.1-linux64/2.93/python/lib/python3.9/site-packages/
|
||||||
$ ln -s /home/blendercam/projects/opencamlib/src/lib/pyocl.py ~/Apps/blender-2.93.0-linux64/2.93/python/lib/python3.9/site-packages/
|
$ ln -s /home/blendercam/projects/opencamlib/src/lib/pyocl.py ~/Apps/blender-2.93.1-linux64/2.93/python/lib/python3.9/site-packages/
|
||||||
```
|
```
|
||||||
## next steps can be found in this link
|
## next steps can be found in this link
|
||||||
https://github.com/vilemduha/blendercam/wiki/Using-Blendercam-from-github
|
https://github.com/vilemduha/blendercam/wiki/Using-Blendercam-from-github
|
||||||
|
|
Ładowanie…
Reference in New Issue