[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/SQLITE V4 PATCH 6/6] README.md: Update with info about building and running
Reviewed-by: Costin Lupu <costin.lupu@xxxxxxxxx> On 12/9/19 3:36 PM, Gaulthier Gain wrote: > Signed-off-by: Gaulthier Gain <gaulthier.gain@xxxxxxxxx> > --- > README.md | 23 ++++++++++++++++++++--- > 1 file changed, 20 insertions(+), 3 deletions(-) > > diff --git a/README.md b/README.md > index bf2fee7..35bb896 100644 > --- a/README.md > +++ b/README.md > @@ -1,7 +1,24 @@ > -SQLite for Unikraft > -============================= > - > +# SQLite for Unikraft > This is the port of SQLite for Unikraft as external library. > > +## Build > +SQLite depends on the following libraries, that need to be added to > +`Makefile` in this order: > + > +* `pthreads`, e.g. `pthread-embedded` > +* `libc`, e.g. `newlib` > + > +Before you proceed to writing your own application, you can use the > +`main()` function provided in the SQLite glue code by enabling it in > +its configuration menu. > + > +## Root filesystem > + > +To import/export databases and/or csv files, it is necessary to have > +a filesystem. The steps for creating and using a filesystem are the > +same as the ones used for > +[nginx](https://github.com/unikraft/lib-nginx/blob/staging/README.md). > + > +## Further information > Please refer to the `README.md` as well as the documentation in the > `doc/` subdirectory of the main unikraft repository. > _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |