File: INSTALL

package info (click to toggle)
gabedit 2.4.8-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 14,908 kB
  • ctags: 15,052
  • sloc: ansic: 291,218; cpp: 2,081; sh: 1,111; makefile: 523; csh: 181
file content (59 lines) | stat: -rw-r--r-- 2,032 bytes parent folder | download | duplicates (5)
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
54
55
56
57
58
59

INSTALL GABEDIT
---------------

Installation in unix/Linux system : 
===================================

    The 2.16 version of GTK+ (or higher) is required for this version of Gabedit

    For install gabedit from src files, execute following commands: 

         gunzip  GabeditSrcxyz.tar.gz 
         tar  -xvf   GabeditSrcxyz.tar 
         cd  GabeditSRCxyz 
	 cp plaforms/CONFIG.unix CONFIG
         make 
         ./gabedit

         you can install (optional) Gabedit in /usr/local/bin directory, for this type :
         cp ./gabedit   /usr/local/bin/.   (under root)
         after installation you can execute gabedit from any directory for this type :
	 gabedit 

Installation under MAC OS X11  system : 
===================================

   1- install X11 if this is not already installed on your mac (see http://guide.macports.org/#installing.x11) 

   2- install macports (http://www.macports.org/) 

   3- install gtk2 using macports. Under an unix terminal(Applications:Utilities:Terminal), type : 
        sudo port install gtk2 
       
   4- install gtkglext using macports. Under an unix terminal, type : 
    	sudo port install gtkglext
   
   5- Copy the platforms/CONFIG.MacPorts file at CONFIG in the Gabedit directory and type make (under an unix terminal):
    	cp platforms/CONFIG.MacPorts  CONFIG
       	make


Installation of binary version of Gabedit in Windows(2000, XP, ...)  system : 
=============================================================================
     click to setupGabeditxyz.exe
     click to Gabedit.exe program 

Compilation of Gabedit under Windows (2000, XP, ....) system : 
==============================================================

    The 2.16 version of GTK+ (or higher) is required for this version of Gabedit

    For install gabedit from src files, execute following commands: 

         gunzip  GabeditSrcxyz.tar.gz 
         tar  -xvf   GabeditSrcxyz.tar 
         cd  GabeditSrcxyz 
	 copy platforms\CONFIG.win32 CONFIG
	 mingw32-make
         ./gabedit