Skip to content

Commit

Permalink
Add note about requiring the native sqlite library on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Nov 19, 2015
1 parent e269915 commit e26e4d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/getting-started/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,15 @@ The following steps will install `dnvm <https://github.com/aspnet/home#running-a
If you have trouble installing dnvm, consult `Installing ASP.NET 5 on Linux <http://docs.asp.net/en/latest/getting-started/installing-on-linux.html>`_.

Install SQLite
--------------

EntityFramework.SQLite requires ``libsqlite3``. This may not be installed by default.

On Ubuntu 14, install the SQLite library.

.. code-block:: console
~ $ sudo apt-get install libsqlite3-dev
.. include:: x-plat/guide.txt

0 comments on commit e26e4d4

Please sign in to comment.