Coder Social home page Coder Social logo

galaxysubrepos / berkeleydb Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 115.68 MB

Unofficial repo of Oracle BerkeleyDB source

License: Other

Makefile 0.30% C 57.30% C++ 2.82% Roff 1.00% Tcl 9.25% C# 5.13% CSS 0.03% Java 20.52% Perl 1.35% HTML 0.66% OpenEdge ABL 0.17% XS 0.49% Perl 6 0.01% M4 0.05% PHP 0.01% Shell 0.76% Awk 0.02% Yacc 0.14% Assembly 0.01% R 0.01%

berkeleydb's Introduction

BerkeleyDB

Unofficial repo of Oracle BerkeleyDB source

https://www.oracle.com/database/technologies/related/berkeleydb-release-history.html

Build sql

Tested on macOS with Homebrew-ed openssl.

cd ./build_unix/
../dist/configure
make -j
ls -l .libs/*.{a,dylib,so}

cd ..

mkdir ./lang/sql/build
cd ./lang/sql/build
../sqlite/configure

patch <../../../galaxy/make.patch
#patch -p0 -d ../sqlite <../../../galaxy/sqliteTool.patch
cp -r ../../../galaxy/tool ../sqlite/

Mirroring Script

rm -fr *
git checkout README.md

tar -xzvf ../t/db-6.1.38.tar.gz
mv db-6.1.38/* .
rmidr db-6.1.38
git add -A
git commit .
git tag db-6.1.38

# git tag -l
git push --tags

berkeleydb's People

Contributors

galaxy001 avatar

Stargazers

Johon Li Tuobang 李拓邦 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.