Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

!set p_=!word 1 of $wims_read_parm
!bound p_ within none,header,source,html default none
!goto $p_
:none
!exit
:header
!set m_subject=WIMS and new Linux distributions
!set m_date=20010525
!set m_time=10:45:47
!set m_from=Gang XIAO
!set m_sender_ip=134.59.10.126
!set m_sender_id=
!set m_sender_class=
!set m_email=xiao@unice.fr
!set m_to=
!set m_prec=O200105/1
!set m_exists=yes
!exit
:source
<pre>
Please take care of the following points if you install WIMS on 
recent Linux distributions such as RedHat 7.

Due to software license problems, the popular graphics format GIF is
now no longer well-supported in these distributions. However, the replacement
formats (png, jpeg) trigger many bugs in related softwares (ImageMagic,
Gnuplot, Povray, etc.) on which WIMS depend heavily.

So if you install WIMS on these recent distributions, you can either
use these replacement formats (png or jpeg) by changing the corresponding
definitions in the configuration file wims.conf, or follow instructions 
in the README filr of WIMS to recompile some packages (gnuplot and
ImageMagic) in order to keep using GIF.</pre>
!exit
:html
Please take care of the following points if you install WIMS on 
recent Linux distributions such as RedHat 7.
<p>
Due to software license problems, the popular graphics format GIF is
now no longer well-supported in these distributions. However, the replacement
formats (png, jpeg) trigger many bugs in related softwares (ImageMagic,
Gnuplot, Povray, etc.) on which WIMS depend heavily.
<p>
So if you install WIMS on these recent distributions, you can either
use these replacement formats (png or jpeg) by changing the corresponding
definitions in the configuration file wims.conf, or follow instructions 
in the README filr of WIMS to recompile some packages (gnuplot and
ImageMagic) in order to keep using GIF.