Gönderen Konu: [Çözüldü] Celestia Programını Nasıl Kurabilirim?  (Okunma sayısı 5535 defa)

Çevrimdışı ytcikisir

  • Çaylak Penguen
  • **
  • İleti: 115
  • Dağıtım: gentoo
  • Masaüstü Ortamı: dwm
Merhaba Celestia adlı bir program indirdim. *.tar.gz uzantılı geldi ve çıkarttım. İçerisindeki dosyalar bunlar. Nasıl kuracağım bilmiyorum  :-\ .

Kod: [Seç]
ABOUT-NLS              config.log       INSTALL          po
acinclude.m4           configure        install-sh       po2
aclocal.m4             configure.in     locale           README
admin                  controls.txt     macosx           scripts
AUTHORS                COPYING          macros           shaders
celestia.cfg           data             makedebug.bat    splash.png
celestia.iss           demo.cel         Makefile.am      src
celestia.mak           depcomp          Makefile.in      start.cel
celestia.sln           devguide.txt     makerelease.bat  subdirs
celestia.vcproj        extras           missing          textures
ChangeLog              extras-standard  mkinstalldirs    TRANSLATORS
coding-standards.html  fonts            models           windows
config.h.in            guide.cel        NEWS



Yardımcı olursanız sevinirim. İyi Geceler...
« Son Düzenleme: 25 Ocak 2017, 21:33:55 Gönderen: ytcikisir »

Çevrimdışı abdyek

  • Penguen
  • ***
  • İleti: 437
  • Dağıtım: Ubuntu Studio 18.04
  • Masaüstü Ortamı: i3wm
  • İşlemci: i5 - 2. nesil
Ynt: Celestia Programını Nasıl Kurabilirim?
« Yanıtla #1 : 24 Ocak 2017, 00:49:45 »
Bir terminal açıp INSTALL dosyasını sürükleyin ve enter a basın, yüklenme ekranının geleceğini tahmin ediyorum. Eğer yönetici hakları gerekiyorsa, terminali açtıktan sonra



Kod: [Seç]
sudo su

komutu ile yönetici haklarına sahip olun


Yine olmazsa INSTALL dosyasına sağ tıklayıp çalıştırılabiir dosya olarak işaretleyin. Sonra tekrar deneyin

Çevrimdışı Leopard

  • Forum Sorumlusu
  • Guru
  • *****
  • İleti: 1063
  • Dağıtım: Linux Mint 20 64-bit
  • Masaüstü Ortamı: Cinnamon
  • Grafik Kartı: Nvidia Geforce GTX 1050
  • İşlemci: Intel Core i7 7700HQ
Ynt: Celestia Programını Nasıl Kurabilirim?
« Yanıtla #2 : 24 Ocak 2017, 03:54:57 »
Readme'de yazar genelde nasıl yükleneceği.Belki gözden kaçırmışsınızdır.
The only people who should kill are those prepared themselves to die!



Çevrimdışı ytcikisir

  • Çaylak Penguen
  • **
  • İleti: 115
  • Dağıtım: gentoo
  • Masaüstü Ortamı: dwm
Ynt: Celestia Programını Nasıl Kurabilirim?
« Yanıtla #3 : 24 Ocak 2017, 11:44:46 »
abdyek senin dediğini deneyince bu hatayı verdi:
Kod: [Seç]
/home/tuxuf/İndirilenler/celestia-1.6.1/INSTALL: satır 1: Installation: komut yok
/home/tuxuf/İndirilenler/celestia-1.6.1/INSTALL: satır 2: ABOUT-NLS: komut yok
/home/tuxuf/İndirilenler/celestia-1.6.1/INSTALL: satır 4: beklenmeyen dizgecik `C' yakınında sözdizimi hatası
/home/tuxuf/İndirilenler/celestia-1.6.1/INSTALL: satır 4: `Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,'



README dosyasında yükleme ile ilgili bu yazıyor :


Kod: [Seç]
INSTALLING IN UNIX AND LINUX
----------------------------
Type "./configure --help" for a list of options.  The basic commands are shown
below.  For more detailed information, refer to the INSTALL file.

The GTK version is built with...
  ./configure --with-gtk
  make
  make install

The KDE3 version is built with...
  ./configure --with-kde
  make
  make install

  Note: some systems may require configure to be executed with
        --with-qt-includes=/usr/include/qt3

The Gnome version is built with...
  ./configure --with-gnome
  make
  make install

If all else fails, try the gui-less version with...
  ./configure --with-glut
  make
  make install

Ben de GNOME Masaüstü kullandığım için
Kod: [Seç]
./configure --with-gnome 
yazıyorum ve bu çıktıları veriyor:

Kod: [Seç]
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether to include debugging code... no
checking whether to be pedantic... no
checking whether to do profiling... no
checking whether to enable GLUT... no
checking whether to enable GTK... yes
checking whether to enable Gnome... yes
checking whether to enable KDE... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking whether gcc is blacklisted... no
checking whether g++ supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wno-non-virtual-dtor... yes
checking whether g++ supports -fno-reorder-blocks... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
checking whether g++ supports -Wl,--no-undefined... yes
checking whether g++ supports -Wl,--allow-shlib-undefined... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for deflate in -lz... no
configure: error: zlib not found.

ve dosyalar aynı kalıyor.
Kod: [Seç]
makeve
Kod: [Seç]
make installyazınca da
Kod: [Seç]
make: *** Hedef belirtilmemiş ve makefile dosyası bulunamadı. Durdu.
Bu hatayı veriyor...

Çevrimdışı Genizcil_N

  • Forum Sorumlusu
  • Guru
  • *****
  • İleti: 1976
  • Dağıtım: Linux Mint 20
  • Masaüstü Ortamı: Mate
Ynt: Celestia Programını Nasıl Kurabilirim?
« Yanıtla #4 : 24 Ocak 2017, 11:57:33 »
Alıntı
configure: error: zlib not found.
Kod: [Seç]
sudo apt-get install zlib1g zlib1g-dev  komutuyla zlib paketlerini yükledikten sonra tekrar kurmayı dener misiniz?

Çevrimdışı ytcikisir

  • Çaylak Penguen
  • **
  • İleti: 115
  • Dağıtım: gentoo
  • Masaüstü Ortamı: dwm
Ynt: Celestia Programını Nasıl Kurabilirim?
« Yanıtla #5 : 24 Ocak 2017, 19:11:09 »
Kod: [Seç]
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether to include debugging code... no
checking whether to be pedantic... no
checking whether to do profiling... no
checking whether to enable GLUT... no
checking whether to enable GTK... yes
checking whether to enable Gnome... yes
checking whether to enable KDE... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking whether gcc is blacklisted... no
checking whether g++ supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wno-non-virtual-dtor... yes
checking whether g++ supports -fno-reorder-blocks... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
checking whether g++ supports -Wl,--no-undefined... yes
checking whether g++ supports -Wl,--allow-shlib-undefined... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for deflate in -lz... yes
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
configure: error: No gl.h found. See INSTALL file for help.

Bu çıktıyı verdi. Ancak gl.h dosyası mevcut...

Çevrimdışı KarboMint

  • Yeni Penguen
  • *
  • İleti: 60
  • Dağıtım: Manjaro KDE Edition + LinuxMint Tara
« Son Düzenleme: 24 Ocak 2017, 22:36:02 Gönderen: KarboMint »
from freedom came elegance

Çevrimdışı ytcikisir

  • Çaylak Penguen
  • **
  • İleti: 115
  • Dağıtım: gentoo
  • Masaüstü Ortamı: dwm
Ynt: Celestia Programını Nasıl Kurabilirim?
« Yanıtla #7 : 25 Ocak 2017, 21:33:15 »
Teşekkür Ederim KarboMint.
Dediklerin işe yaradı.
Hepinize teşekkürler iyi geceler...  :) ::)