diff --git a/CORE/FileIO.c b/CORE/FileIO.c index 118f8d5..4650956 100755 --- a/CORE/FileIO.c +++ b/CORE/FileIO.c @@ -61,7 +61,7 @@ LoadData(filename) char *filename; } } fclose(file); - sprintf(temp, "Genetic Data Environment 2.2"); + sprintf(temp, "Genetic Data Environment 2.2.1"); xv_set(frame, FRAME_LABEL, temp, 0); return; } diff --git a/CORE/main.c b/CORE/main.c index 853c703..25fb2eb 100755 --- a/CORE/main.c +++ b/CORE/main.c @@ -74,7 +74,7 @@ char **argv; */ 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, 500, FRAME_SHOW_FOOTER, TRUE, 0); diff --git a/README.md b/README.md index f2021e0..051e404 100644 --- a/README.md +++ b/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. + # 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. 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.