Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Installation issue ( git not working, make missing a project file ) #83

Answered by alexrp
achobanov asked this question in Questions
Discussion options

You must be logged in to vote

Hey, are you building from a Git clone or a tarball? If the latter, perhaps GitHub doesn't include submodules in tarballs (which would suck).

At any rate, building from Git like this should work:

$ cd /home/<you>/src # or wherever
$ git clone git://github.com/mono/sdb.git
$ cd sdb
$ git submodule update --init --recursive
$ make

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by alexrp
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #27 on June 12, 2021 09:18.