1

I've downloaded Berkeley DB source codes from Oracle's website. After unpacking the zip file, there does not have any files in build_unix directory. There exists an directory which contains sln file for build it on windows using visual studio.

My question is if there is a sample Makefile & Configure script for building this db on unix-like systems such as Linux.

1
  • This is covered in their docs distributed with the source under ./docs/installation/index.html Commented Mar 5, 2020 at 15:24

1 Answer 1

1

The makefile and configure scripts are located at DB_ROOT/dist/* , DB_ROOT is the root directory of the unzipped source codes. The build guide is available at https://docs.oracle.com/database/bdb181/html/installation/build_unix.html#build_unix_intro

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.