Added instruction for ensuring libffi support

This commit is contained in:
Colin Adams 2016-04-19 09:39:31 +01:00
parent 8e69223f8d
commit 8fec8fc60e
4 changed files with 2 additions and 22 deletions

View File

@ -5,6 +5,8 @@ These SQLite bindings are forked from IdrisWeb.
To install:
Make sure your idris command was built with libffi support (if not rebuild it so - you will need to create a custom.mk file - copy custom.mk-alldeps and edit it)
idris --install sqlite.ipkg
to test installation:

View File

@ -57,13 +57,3 @@ namespace Main
putStrLn "Conference program"
printRes program
putStrLn "ok"
-- -}
-- -}
-- -}
-- -}
-- Local Variables:
-- idris-packages: ("lightyear" "sqlite" "effects")
-- End:

View File

@ -56,7 +56,3 @@ table = do token "create"
token ")"
pure (n,cs)
-- Local Variables:
-- idris-packages: ("lightyear")
-- End:

View File

@ -60,11 +60,3 @@ namespace Main
putStrLn "ok"
-- -}
-- -}
-- -}
-- -}
-- Local Variables:
-- idris-packages: ("lightyear" "sqlite" "effects")
-- End: