Skip to content

Commit

Permalink
Merge pull request #249 from d-m-bailey/configure
Browse files Browse the repository at this point in the history
Updated instructions and config version.
  • Loading branch information
d-m-bailey authored Apr 30, 2022
2 parents c94c5a3 + 8d74cc5 commit 7c92fe2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,22 @@ GUI requirements:
- kivy 1.10.0
- pyinstaller 3.1.1 (for standalone check_cvc)

Install CVC by:
Should be able to install CVC after cloning the repo by:

1. autoreconf -vif
2. ./configure --disable-nls [--prefix=<install_directory>]
3. make
4. make install

If that doesn't work, try:

1. download tarball from release page https://github.com/d-m-bailey/cvc/releases.
2. extract
3. cd cvc-\<version>
4. autoreconf -vif
5. ./configure --disable-nls [--prefix=<install_directory>]
6. make install
6. make
7. make install

There have been problems compiling check_cvc on some Linux platfroms.
If GUI check_cvc does not compile, try
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT(CVC, [1.1.0], [cvc@shuharisystem.com])
AC_INIT(CVC, [1.1.1], [cvc@shuharisystem.com])
AC_CONFIG_SRCDIR(src)
AC_CONFIG_HEADERS([config.h])
AC_USE_SYSTEM_EXTENSIONS
Expand Down

0 comments on commit 7c92fe2

Please sign in to comment.