Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AltaRica Project
AltaRica Checker
Commits
85102de7
Commit
85102de7
authored
Jan 13, 2016
by
Point Gerald
Browse files
fix distribution problem of altarica-studio.
parent
8539da46
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
85102de7
This file is a brief description of changes in this new release of ARC.
Details can be found in the ChangeLog file.
arc 1.5.2:
Bug fixed:
. fix missing distribution of altarica-studio
arc 1.5.1:
Bug fixed:
. in bitblaster module, fix ITE bug on integer operands.
...
...
INSTALL
View file @
85102de7
...
...
@@ -6,14 +6,16 @@ INSTALLATION OF THE ARC TOOL
a) Prerequisites
In order to be compiled ARC requires 'pkg-config'. Packages listed below are not
mandatory:
In order to be compiled ARC requires 'pkg-config' and zlib developement library.
Packages listed below are not mandatory:
- doxygen: to generate code documentations (if any).
- readline: the library makes interactions with ARC more used-friendly.
- graphviz: ARC generates graphs in DOT file format.
To be used, the graphical user interface Altarica Studio requires Pytho
o
n 2:
To be used, the graphical user interface Altarica Studio requires Python 2:
- python >= 2.6
- and PyGTK bindings
...
...
configure.ac
View file @
85102de7
...
...
@@ -4,7 +4,7 @@ dnl used by clients.
dnl
AC_PREREQ(2.59)
AC_INIT(arc, 1.5.
1
, labri.altarica-bugs@diff.u-bordeaux.fr)
AC_INIT(arc, 1.5.
2
, labri.altarica-bugs@diff.u-bordeaux.fr)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
...
...
@@ -212,7 +212,7 @@ AM_CONDITIONAL([WITH_ALL_TESTS], [test x$ENABLE_ALL_TESTS = xyes])
# AltaRica Studio pre-requisites
#
AC_CHECK_PROG([PYTHON],[python2
.7
],[python2
.7
])
AC_CHECK_PROG([PYTHON],[python2],[python2])
AS_IF([test "x${PYTHON}" != "x" && ${PYTHON} -c "import pygtk" 2> /dev/null],
[AS_VAR_SET([ALTARICA_STUDIO_PREREQ],[yes])])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment