diff --git a/.circleci/config.yml b/.circleci/config.yml index f8b2c7d..656dc82 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: # - run: sudo sed -i 's;http://archive.debian.org/debian/;http://deb.debian.org/debian/;' /etc/apt/sources.list - run: sudo apt-get -y update - - run: sudo apt-get -y install make autopoint texinfo libtool intltool bzip2 gettext clang-3.5 clang-4.0 g++-multilib + - run: sudo apt-get -y --force-yes install make autopoint texinfo libtool intltool bzip2 gettext clang-3.5 clang-4.0 g++-multilib - run: sudo apt-get -y purge aspell # - run: ./autogen diff --git a/README.md b/README.md index ceea6ae..bf1481d 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ Before the build: ``` The `./config-*` will set things up for easier development. If you want -to install Aspell to use it rather than develop with it than use the +to install Aspell to use it rather than develop with it then use the normal `configure`. When `config-*` is used the default things will be installed in `/inst` for easier testing and debugging. You can change that by using the `--prefix` option. -Autogen should be run when ever anything but the source files or +Autogen should be run whenever anything but the source files or Makefile.am files are modified. Than to build and install: @@ -40,7 +40,7 @@ somewhere other than `/usr/local` you will probably need to add `/bin` to your PATH or make symbolic links to the executable in order for the dictionary to build correctly. -To run the debugger on these programs if there are not installed use +To run the debugger on these programs if they are not installed use ``` libtool gdb ```