mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
also sqlite info for bsd
This commit is contained in:
parent
e2ce866462
commit
42653b8a31
@ -115,7 +115,7 @@ Assuming an existing HomeBrew installation:
|
|||||||
|
|
||||||
### *BSD
|
### *BSD
|
||||||
In NetBSD you will almost certainly need to have a newer compiler installed.
|
In NetBSD you will almost certainly need to have a newer compiler installed.
|
||||||
Also you will need to install cmake, boost and ragel.
|
Also you will need to install cmake, sqlite, boost and ragel.
|
||||||
When using pkgsrc, you would typically do this using something
|
When using pkgsrc, you would typically do this using something
|
||||||
similar to
|
similar to
|
||||||
```
|
```
|
||||||
@ -123,6 +123,7 @@ pkg_add gcc12-12.3.0.tgz
|
|||||||
pkg_add boost-headers-1.83.0.tgz boost-jam-1.83.0.tgz boost-libs-1.83.0nb1.tgz
|
pkg_add boost-headers-1.83.0.tgz boost-jam-1.83.0.tgz boost-libs-1.83.0nb1.tgz
|
||||||
pkg_add ragel-6.10.tgz
|
pkg_add ragel-6.10.tgz
|
||||||
pkg_add cmake-3.28.1.tgz
|
pkg_add cmake-3.28.1.tgz
|
||||||
|
pkg_add sqlite3-3.44.2.tgz
|
||||||
```
|
```
|
||||||
Version numbers etc will of course vary. One would either download the
|
Version numbers etc will of course vary. One would either download the
|
||||||
binary packages or build them using pkgsrc. There exist some NetBSD pkg
|
binary packages or build them using pkgsrc. There exist some NetBSD pkg
|
||||||
@ -142,7 +143,7 @@ export CXX="/usr/pkg/gcc12/bin/g++"
|
|||||||
```
|
```
|
||||||
|
|
||||||
In FreeBSD similarly, you might want to install a different compiler.
|
In FreeBSD similarly, you might want to install a different compiler.
|
||||||
You will also, as in NetBSD, need to install cmake, boost and ragel packages.
|
You will also, as in NetBSD, need to install cmake, sqlite, boost and ragel packages.
|
||||||
Using the example of gcc12 from pkg:
|
Using the example of gcc12 from pkg:
|
||||||
installing the desired compiler:
|
installing the desired compiler:
|
||||||
```
|
```
|
||||||
@ -150,6 +151,7 @@ pkg install gcc12
|
|||||||
pkg install boost-all
|
pkg install boost-all
|
||||||
pkg install ragel
|
pkg install ragel
|
||||||
pkg install cmake
|
pkg install cmake
|
||||||
|
pkg install sqlite
|
||||||
```
|
```
|
||||||
and then before beginning the cmake and build process, set
|
and then before beginning the cmake and build process, set
|
||||||
the environment variables to point to this compiler:
|
the environment variables to point to this compiler:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user