tag: 2.2.1
This commit is contained in:
parent
ba8f936bc2
commit
4cb1529d40
3 changed files with 12 additions and 2 deletions
|
@ -61,7 +61,7 @@ LoadData(filename) char *filename;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fclose(file);
|
fclose(file);
|
||||||
sprintf(temp, "Genetic Data Environment 2.2");
|
sprintf(temp, "Genetic Data Environment 2.2.1");
|
||||||
xv_set(frame, FRAME_LABEL, temp, 0);
|
xv_set(frame, FRAME_LABEL, temp, 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,7 +74,7 @@ char **argv;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
frame = xv_create((int)NULL, FRAME, FRAME_NO_CONFIRM, FALSE,
|
frame = xv_create((int)NULL, FRAME, FRAME_NO_CONFIRM, FALSE,
|
||||||
FRAME_LABEL, "Genetic Data Environment 2.2",
|
FRAME_LABEL, "Genetic Data Environment 2.2.1",
|
||||||
FRAME_INHERIT_COLORS, TRUE, XV_WIDTH, 700, XV_HEIGHT,
|
FRAME_INHERIT_COLORS, TRUE, XV_WIDTH, 700, XV_HEIGHT,
|
||||||
500, FRAME_SHOW_FOOTER, TRUE, 0);
|
500, FRAME_SHOW_FOOTER, TRUE, 0);
|
||||||
|
|
||||||
|
|
10
README.md
10
README.md
|
@ -11,8 +11,18 @@ This software is partly from the source code fixed by Oliveria et al. (2003) and
|
||||||
|
|
||||||
GDE now is again re-distributed here after GDE (SunOS) was offline for 25 years and GDE (Linux) was offline for 16 years.
|
GDE now is again re-distributed here after GDE (SunOS) was offline for 25 years and GDE (Linux) was offline for 16 years.
|
||||||
|
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
Though the dependency of GDE, xview, is orphaned by quite a lot of distributions, I still fix the software to give an outlook of how biologists worked during the last centenary.
|
Though the dependency of GDE, xview, is orphaned by quite a lot of distributions, I still fix the software to give an outlook of how biologists worked during the last centenary.
|
||||||
|
|
||||||
To use it, you must install xview lib and include. xview hardly work well on x86_64 architecture.
|
To use it, you must install xview lib and include. xview hardly work well on x86_64 architecture.
|
||||||
|
|
||||||
|
The easist way is to install it from BioArchLinux
|
||||||
|
|
||||||
|
|
||||||
|
# Maintaince
|
||||||
|
|
||||||
|
I plan to maintain this Linux version GDE for updating the items update to the current Linux system. The 2.2.1 version fixes the basic function. Further, the aims of development would be to cooperate with modern phylogenetic-related software and fixed the broken LoopTool.
|
||||||
|
|
||||||
|
If someone can help migrate it to x86_64 architecture, I would be very thankful.
|
||||||
|
|
Loading…
Reference in a new issue