-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathFedoraDependencies
57 lines (46 loc) · 1.62 KB
/
FedoraDependencies
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
sudo -s
#sudo yum update /No
sudo yum install gfortran
dnf install glx-utils
sudo yum install freeglut-devel
dnf install mathgl-devel
dnf install mathgl
dnf install libmgl
dnf install mathgl-fltk
#sudo apt-get install libmgl-dev
dnf install blas
dnf install blas-devel
dnf install lapack
dnf install lapack-devel
#sudo apt install liblapacke-dev
dnf install gtk3-devel
dnf install make
dnf install clang
rpm --import https://repos.codelite.org/CodeLite.asc
rpm -Uvh https://repos.codelite.org/rpms-13.0/fedora/codelite-13.0-1.fc30.x86_64.rpm
//It is nessesary that we need to instal it after all other libs, because it automatically
//compile the related parts in linux and mac, but in windows we should configure it eg. opengl
//To install wxWidgets
//extract wxWidgets-3.1.2.tar.bz2
cd wxWidgets-3.1.2
//without sudo
mkdir gtk-build
cd gtk-build/
../configure --enable-unicode --with-opengl --with-libpng
make
sudo make install
------------------------------------------------------
The installation of wxWidgets is finished. On certain
platforms (e.g. Linux) you'll now have to run ldconfig
if you installed a shared library and also modify the
LD_LIBRARY_PATH (or equivalent) environment variable.
wxWidgets comes with no guarantees and doesn't claim
to be suitable for any purpose.
Read the wxWindows Licence on licencing conditions.
------------------------------------------------------
Setting->Environment Variables
CodeLiteDir=/usr/share/codelite
WXDIRInclude=/usr/local/include/wx-3.1
lapackeDir=/usr/include/lapacke
RapidXML_DIR=/home/mohammadnakhaee/Documents/pecsjunc/rapidxml-1.13
export PATH=$(WXDIRInclude):$PATH