Commit Graph

22 Commits

Author SHA1 Message Date
Justin Clift
489ae18960 Add JSON1 extension to the OSX build instructions 2016-08-02 19:26:15 +01:00
Benjamin Porter
34baa242a4 Add helpful note about yum/dnf for build instructions 2016-05-11 21:03:29 -06:00
Benjamin Porter
eccef41ef9 Use dnf to install Fedora dependencies 2016-05-11 17:43:58 -06:00
Geoff Lawrence
cb79aba0c2 Minor change to BUILDING.md and undid an extra wrap to CMakeLists.txt 2016-05-03 20:44:15 +01:00
Justin Clift
6191c101ee Added pointer to the wiki MSVC 2013 setup pages 2016-05-03 04:47:41 +01:00
Maxim Mazurok
808e1e53d5 package sqlite-devel required for CentOS (#572)
Added package `sqlite-devel` as a requirement for CentOS, because when I was building sqlitebrowser-3.8.0 from source on my Centos 7, command `cmake .` throwed error: 
```
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBSQLITE
    linked by target "sqlitebrowser" in directory /home/maxim/software/sqlitebrowser-3.8.0
```
Installing `sqlite-devel` from `base` repo fixed the problem.
2016-04-21 04:10:16 +01:00
Justin Clift
3de90471a8 Remove precompiled package install instructions for Fedora
The install steps for precompiled package for Fedora are in the main
README.md.  BUILDING.md is for instructions on how to compile
from source. :)
2016-01-04 00:30:37 +00:00
subdriven
a6912c64e6 Adding Fedora 22/23 instructions 2015-12-31 11:03:31 -05:00
Justin Clift
8bfd2852ae Added instructions for CentOS / Fedora 2015-10-22 14:52:05 +01:00
Akshay Moghe
d3bcbc0280 Update BUILDING.md
Add backtick formatting to highlight required packages and file names.
2015-06-30 13:41:29 -07:00
Pino Toscano
e8b9de3212 Update build instructions for tests
Update BUILDING.md regarding the unit tests, mentioning ENABLE_TESTING
during the build, and make test or ctest for running them.
2015-05-03 14:37:21 +02:00
Martin Kleusberg
33e7f6bd55 cipher: Add build instructions 2014-11-14 13:20:22 +01:00
Justin Clift
e93392c436 Fixed build-essentials → build essential typo
Thanks @WIStudent for pointing out the typo. 😄
2014-11-01 03:35:08 +00:00
Justin Clift
3d5fc6ee8d Fixed outdated link to Qt website 2014-10-30 00:37:52 +00:00
Justin Clift
dea0a65385 Added info on OSX 10.9 compile workaround 2014-10-14 01:10:37 +01:00
Justin Clift
9c00bd9965 Added make install step to generic and Ubuntu build instructions 2014-10-14 00:35:30 +01:00
Justin Clift
59a9e0bc6a Placed OSX, Linux, and FreeBSD compile instructions in BUILDING.md 2014-10-14 00:22:05 +01:00
Justin Clift
05207b0b9f Renamed project to "DB Browser for SQLite" 2014-09-21 11:14:39 +01:00
Justin Clift
d39ba2947b Renamed application to Database Browser for SQLite
Hopefully this will reduce the misdirected support calls to Hwaci :)
2014-08-27 23:14:16 +01:00
Tim Brust
2e5405a60b Update BUILDING.md by specifing path for cmake
Being in the root directory cmake needed a path for the CMakeLists.txt - otherwise cmake won't run
2014-08-01 17:05:04 +01:00
Peinthor Rene
f8b5c92c0b update windows cross compiling instructions
since translation files are generated now and mxe qt4 is missing
a lrelease binary, we have to use the system one
2014-07-27 20:46:35 +02:00
Justin Clift
72ee0ce192 Added unit test compile and run instructions to BUILDING.md 2014-07-06 09:07:02 +01:00