Skip to content

Commit

Permalink
Updating building information
Browse files Browse the repository at this point in the history
List requihello gconfmm !)
Test for sqlite3 more strictly
  • Loading branch information
Charles de Noyelle committed Mar 13, 2020
1 parent 2bd5cc6 commit a8a6d7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Then:

## Troubleshooting

### What libs/things do I need to compile this thing ?

I've tested the full install on a fresh install of Ubuntu 18.04. (LAST version as of March 2020, AFAIK).
before autogen, run :

$ sudo apt-get install libgtkglextmm-x11-1.2 libtool-bin build-essential autoconf libgconfmm-2.6-dev libasound2-dev libsqlite3-dev

### 'no text' issue with ATI Mobility Radeon HD 5470

Setting LIBGL_ALWAYS_SOFTWARE might fix the problem without any noticable adverse effects.
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ PKG_CHECK_MODULES([GTKMM],[gtkmm-2.4])
PKG_CHECK_MODULES([GCONFMM],[gconfmm-2.6])
PKG_CHECK_MODULES([FONTCONFIG],[fontconfig])
PKG_CHECK_MODULES([ALSA],[alsa])
AC_CHECK_LIB(sqlite3, sqlite3_open,[echo "checking for sqlite3... yes"] , AC_MSG_ERROR([*** Unable to find sqlite3 library]), )

# Checks for typedefs, structures, and compiler characteristics.
AC_CHECK_HEADER_STDBOOL
Expand Down

0 comments on commit a8a6d7c

Please sign in to comment.