Search found 2 matches
- Fri Oct 23, 2020 12:02
- Forum: Servers
- Topic: Connecting to a server without the actual client
- Replies: 6
- Views: 258
Re: Connecting to a server without the actual client
World anchors don't seem to work for Injectors /blinky plants or at least with my testing.
- Thu Oct 22, 2020 15:39
- Forum: Problems
- Topic: Building Minetest with Postgresql support
- Replies: 3
- Views: 277
Re: Building Minetest with Postgresql support
Do you have the postgres dev libraries? The following worked in my Dockerfile mkdir build && \ cd build && \ cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr/local \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SERVER=TRUE \ -DENABLE_PROMETHEUS=FALSE \ -DBUILD_UNITTESTS=FALSE \ -DENABLE_POSTGRESQL=TRU...