Please notice that this procedure is only for the first version of ARCS.
The installation of ARCS has to follow several steps :
This should be quite simple. The usual procedure is the following one :
tar xvf ARCS-1.0.tar.gz cd ARCS-1.0 qmake make su make install
This could be translated as :
qmake
utility from Qt framework in order to generate a Makefile
;Building ARCS under Windows can get quite tricky. The first problem is to have a version of Qt running on Windows. If you have a commercial version of Qt 3.3.8, then you probably will not have a lot of problems compiling ARCS. For the other people who intend to make GPL software, you might have a look at the files from the qtwin initiative (be aware that qtwin (or Q…) is not something affiliated to the original qt project).
C:
logical volume. Some of the instructions might be outdated since they are for Windows XP.You must set several environment variables in order to compile Q… Under Windows XP, you will have to right click on My computer, choose the entry Property, the Advanced tab, and then the button Environment variables. You should add two different variables :
QMAKESPEC
with the value win32-msvc.net
if you are using Visual Studio .net or Visual Studio Express ;QTDIR
with the value c:\qt3
or another value if you have unpacked the archive elsewhere.
You should also add to the PATH
environment variable the value c:\qt3\bin
.
vcvars32.bat
;configure.bat
.After about an hour, Q… is compiled.
You will have to do the following steps :
libarcs
, runtime
, editor
and sample
, you should make the following actions :qmake
;.vcproj
using Visual and select the release
configuration ;