mirror of
https://github.com/ilyakooo0/IdrisSqlite.git
synced 2024-11-22 14:21:31 +03:00
Added instruction for ensuring libffi support
This commit is contained in:
parent
8e69223f8d
commit
8fec8fc60e
@ -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:
|
||||
|
@ -57,13 +57,3 @@ namespace Main
|
||||
putStrLn "Conference program"
|
||||
printRes program
|
||||
putStrLn "ok"
|
||||
|
||||
|
||||
-- -}
|
||||
-- -}
|
||||
-- -}
|
||||
-- -}
|
||||
|
||||
-- Local Variables:
|
||||
-- idris-packages: ("lightyear" "sqlite" "effects")
|
||||
-- End:
|
||||
|
@ -56,7 +56,3 @@ table = do token "create"
|
||||
token ")"
|
||||
pure (n,cs)
|
||||
|
||||
|
||||
-- Local Variables:
|
||||
-- idris-packages: ("lightyear")
|
||||
-- End:
|
||||
|
@ -60,11 +60,3 @@ namespace Main
|
||||
putStrLn "ok"
|
||||
|
||||
|
||||
-- -}
|
||||
-- -}
|
||||
-- -}
|
||||
-- -}
|
||||
|
||||
-- Local Variables:
|
||||
-- idris-packages: ("lightyear" "sqlite" "effects")
|
||||
-- End:
|
||||
|
Loading…
Reference in New Issue
Block a user