Home > Back-end >  Centos7 install wxWidgets3.0.5 CodeBlocks notes
Centos7 install wxWidgets3.0.5 CodeBlocks notes

Time:09-17

Centos7 install wxWidgets3.0.5
[2020.06.15]

1, download sizers - 3.0.5. Tar..bz2
2, install dependencies, yum - y install gtk2-devel binutils - devel//or compile sizers when an error;
3, unzip the installation package, tar XJFV sizers - 3.0.5. Tar..bz2
4, then./configure & amp; & Make & amp; & Sudo make install, also can 3 command, performed separately, you can see where the exception;
Static compilation library:./configure -- -- disable -shared
Specify the installation path:./configure -- prefix='path'
Reference:./configure -- -- with - the regex=builtin - with - GTK - enable - unicode - disable -shared -- prefix=/usr/local/sizers

Process of about 15 minutes;
[finished]


I'm collocation Code: : Blocks, GUI, learning to use
Download Code: : Blocks the installation package: codeblocks - 20.03-1. El7. RMPS. Tar
Extract out eight file:
[root @ yunzhi codeblocks] # ls - lh
The total amount 75 m
Rw - r - r -. 1 root wheel 15 m March 29 02:07 codeblocks - 20.03-1 RPM el7. SRC.
Rw - r - r -. 1 root wheel 6.1 M on March 28 when codeblocks - 20.03-1 RPM el7. X86_64.
Rw - r - r -. 1 root wheel 4.0 M on March 28 22:41 codeblocks - contrib - 20.03-1 RPM el7. X86_64.
Rw - r - r -. 1 root wheel March 28 153 k 22:41 codeblocks - contrib - devel - 20.03-1. El7. X86_64. RPM
Rw - r - r -. 1 root wheel 1.3 M on March 28 22:41 codeblocks - contrib - libs - 20.03-1. El7. X86_64. RPM
Rw - r - r -. 1 root wheel 47 m March 28 22:41 codeblocks - debuginfo - 20.03-1. The RPM el7. X86_64.
Rw - r - r -. 1 root wheel March 28 437 k 22:41 codeblocks - devel - 20.03-1. The RPM el7. X86_64.
Rw - r - r -. 1 root wheel 2.4 M on March 28 22:41 codeblocks - libs - 20.03-1 RPM el7. X86_64.
The lazy installation method:
Yum localinstall codeblocks *
[finished]
  • Related