ווטסאפ - לינוקס, BSD, קוד פתוח ותוכנה חופשית בעברית. Whatsup - Linux, BSD, open source and free software in Hebrew

 
 
  כניסת חברים · רישום · שכחתי סיסמה  
tux the penguin
תגובה לנושא
צפיה בנושא הבא Printable version התחבר כדי לבדוק הודעות פרטיות צפיה בנושא הקודם
אורח · ·
 

הודעה פורסם: 14/06/2009 - 15:02
נושא ההודעה: HOCR - שאלת התקנה

הורדתי מ- SVN אבל אני לא מצליח לבנות את התוכנה.

ניסיתי automake, autoconf מספר פעמים, אבל כשאני בא לבצע ./configure אני מקבל את השגיאה הבאה:

configure: error: cannot find install-sh or install.sh in config "."/config

אפשר עזרה?
 
   
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
אורח · ·
 

הודעה פורסם: 14/06/2009 - 15:03
נושא ההודעה:

אגב, הנה הפלט של automake:

קוד:
configure.ac:6: required directory ./config does not exist
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
bindings/python/Makefile.am:4: WITH_PYTHON does not appear in AM_CONDITIONAL
bindings/python/Makefile.am:15: LINUX_HOST does not appear in AM_CONDITIONAL
bindings/python/Makefile.am:21: DARWIN_HOST does not appear in AM_CONDITIONAL
bindings/python/Makefile.am:7: `nodist_pyexec_PYTHON' is used but `pyexecdir' is undefined
bindings/python/Makefile.am:7:   The usual way to define `pyexecdir' is to add `AM_PATH_PYTHON'
bindings/python/Makefile.am:7:   to `configure.ac' and run `aclocal' and `autoconf' again.
bindings/python/Makefile.am:6: `nodist_python_PYTHON' is used but `pythondir' is undefined
bindings/python/Makefile.am:6:   The usual way to define `pythondir' is to add `AM_PATH_PYTHON'
bindings/python/Makefile.am:6:   to `configure.ac' and run `aclocal' and `autoconf' again.
examples/hocr-gtk/Makefile.am:10: WITH_HOCR_GTK does not appear in AM_CONDITIONAL
examples/hocr/Makefile.am:3: WITH_HOCR does not appear in AM_CONDITIONAL
examples/hocr/Makefile.am:12: compiling `hocr.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
examples/hocr/Makefile.am: required file `config/depcomp' not found
examples/hocr/Makefile.am:   `automake --add-missing' can install `depcomp'
/usr/share/automake-1.10/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am:   The usual way to define `am__fastdepCC' is to add `AC_PROG_CC'
/usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run `aclocal' and `autoconf' again.
/usr/share/automake-1.10/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am:   The usual way to define `AMDEP' is to add one of the compiler tests
/usr/share/automake-1.10/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX, AC_PROG_CXX, AC_PROG_OBJC,
/usr/share/automake-1.10/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run `aclocal' and `autoconf' again.
src/Makefile.am:72: WITH_GTK does not appear in AM_CONDITIONAL
src/Makefile.am:11: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:11:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:11:   to `configure.ac' and run `aclocal' and `autoconf' again.
src/Makefile.am:11:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/Makefile.am:11:   its definition is in aclocal's search path.
Makefile.am:10: WITH_GTK does not appear in AM_CONDITIONAL
 
   
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
LemonLimeלא בפורום כעת ת.הצטרפות: 04/08/2008 · הודעות: 663 · מיקום: גורגוניה
 

הודעה פורסם: 14/06/2009 - 15:21
נושא ההודעה:

הרצת aclocal לפני זה...?
 
 צפיה בפרופיל המשתמש שלח הודעה פרטית שלח דוא\ MSN Messenger מספר ICQ 
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
לולי-אורח · ·
 

הודעה פורסם: 14/06/2009 - 16:12
נושא ההודעה:

לא טרחת לציין באיזו ספריה אתה מריץ. עליך להריץ את configure מתוך הספריה הפרושה של התוכנה. הנה דוגמה:
קוד:

lulihp@israel-lpt:~> cd /home/lulihp/Documents/software/libhocr-0.10.17
israel-lpt:/home/lulihp/Documents/software/libhocr-0.10.17 # ./configure
checking for a BSD-compatible install... /usr/bin/install -c
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 for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
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... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/x86_64-suse-linux/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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking for swig... yes
checking for TIFFOpen in -ltiff... yes
checking pkg-config is at least version 0.9.0... yes
checking for fftw... yes
checking for glib... yes
checking for gtk... yes
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib64/python2.6/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages
checking for /usr/include/python2.6/Python.h... yes
checking for hspell_get_dictionary_path in -lhspell... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libhocr.pc
config.status: creating libhocr-gtk.pc
config.status: creating Doxyfile
config.status: creating src/Makefile
config.status: creating examples/Makefile
config.status: creating examples/hocr/Makefile
config.status: creating examples/hocr-gtk/Makefile
config.status: creating examples/bindings/Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/python/Makefile
config.status: creating docs/Makefile
config.status: creating docs/man/Makefile
config.status: creating docs/man/man1/Makefile
config.status: creating docs/man/man3/Makefile
config.status: executing depfiles commands

libhocr 0.10.17 - Hebrew Optical Character Recognition library
OS: x86_64-unknown-linux-gnu
build: libhocr-0.10.17-x86_64-unknown-linux-gnu-14062009-tiff-fftw3-gtk
prefix: /usr/local
compiler: gcc
have swig: yes
pkg-config path: /usr/bin/pkg-config

with glib: yes
with gtk: yes
with hspell: no
with libtiff: yes
with fftw: yes

build python binding, requires swig, libtiff, fftw: yes
python site lib path: ${prefix}/lib64/python2.6/site-packages

build hocr, requires glib, suggests gtk: yes
build hocr-gtk, requires python bindings: yes
 
   
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
אורח · ·
 

הודעה פורסם: 14/06/2009 - 16:41
נושא ההודעה:

תודה על התגובות.

aclocal לא הוזכר בתיעוד כשלב הכרחי בתהליך הבניה, אז לא הייתי יכול לזעת. ללא ידע קודם.

לולי - הסקריפט configure נוצר רק אחרי ההרצה של automake (או autoconf, לא בטוח) - מיד לאחר ההורדה הראשונית עדיין לא קיים קובץ כזה.

ועדיין אני נתקל בבעיות:

הפלט של automake:
קוד:

configure.ac:6: required directory ./config does not exist
configure.ac:11: required file `config/config.guess' not found
configure.ac:11:   `automake --add-missing' can install `config.guess'
configure.ac:11: required file `config/config.sub' not found
configure.ac:11:   `automake --add-missing' can install `config.sub'
configure.ac:8: required file `config/install-sh' not found
configure.ac:8:   `automake --add-missing' can install `install-sh'
configure.ac:8: required file `config/missing' not found
configure.ac:8:   `automake --add-missing' can install `missing'
bindings/python/Makefile.am:7: required file `config/py-compile' not found
bindings/python/Makefile.am:7:   `automake --add-missing' can install `py-compile'
examples/hocr/Makefile.am: required file `config/depcomp' not found
examples/hocr/Makefile.am:   `automake --add-missing' can install `depcomp'
configure.ac:11: required file `config/ltmain.sh' not found


הפלט של ./configure:
קוד:

[~/dev/hocr/libhocr]$ ./configure
configure: error: cannot find install-sh or install.sh in config "."/config


(כזכור, הרצתי autoconf לפני התהליך. כרגע עדיין אין לי makefile).
 
   
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
אורח · ·
 

הודעה פורסם: 14/06/2009 - 16:42
נושא ההודעה:

ושכחתי: אני מריץ את הכל מהספריה הראשית של הפרוייקט, הווה אומר /trunk/libhocr/.
 
   
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
לולי-אורח · ·
 

הודעה פורסם: 14/06/2009 - 17:22
נושא ההודעה:

מה הפלט של:
קוד:

ls -al ./trunk/libhocr

אני לא הייתי צריך להריץ automake וכו'. התחלתי ישר מ configure.
רק לשם כיול:
קוד:

lulihp@israel-lpt:~/Documents/software/libhocr-0.10.17> ls -al
total 1572
drwxr-xr-x  7 lulihp users   4096 2009-06-14 09:10 .
drwxrwxrwx 27 lulihp users   4096 2009-06-06 10:04 ..
-rw-r--r--  1 lulihp users 283265 2008-07-29 08:14 aclocal.m4
-rw-r--r--  1 lulihp users     34 2008-05-27 08:58 AUTHORS
drwxr-xr-x  3 lulihp users   4096 2009-06-14 09:10 bindings
-rw-r--r--  1 lulihp users  10160 2008-08-16 15:17 ChangeLog
drwxr-xr-x  2 lulihp users   4096 2008-08-16 15:53 config
-rw-r--r--  1 root   root   34202 2009-06-14 09:10 config.log
-rwxr-xr-x  1 root   root   31380 2009-06-14 09:10 config.status
-rwxr-xr-x  1 lulihp users 719197 2008-08-16 15:38 configure
-rw-r--r--  1 lulihp users   7873 2008-07-26 17:08 configure.ac
-rw-r--r--  1 lulihp users  35147 2008-05-27 08:58 COPYING
drwxr-xr-x  3 lulihp users   4096 2009-06-14 09:10 docs
-rw-r--r--  1 root   root   51855 2009-06-14 09:10 Doxyfile
-rw-r--r--  1 lulihp users  51857 2008-05-27 08:58 Doxyfile.in
drwxr-xr-x  5 lulihp users   4096 2009-06-14 09:10 examples
-rw-r--r--  1 lulihp users   1697 2008-05-27 08:58 HACKING
-rw-r--r--  1 lulihp users   7831 2008-05-27 08:58 INSTALL
-rw-r--r--  1 root   root     289 2009-06-14 09:10 libhocr-gtk.pc
-rw-r--r--  1 lulihp users    284 2008-08-16 14:45 libhocr-gtk.pc.in
-rw-r--r--  1 root   root     256 2009-06-14 09:10 libhocr.pc
-rw-r--r--  1 lulihp users    258 2008-08-16 14:44 libhocr.pc.in
-rwxr-xr-x  1 root   root  221641 2009-06-14 09:10 libtool
-rw-r--r--  1 root   root   24193 2009-06-14 09:10 Makefile
-rw-r--r--  1 lulihp users    464 2008-05-27 08:58 Makefile.am
-rw-r--r--  1 lulihp users  22703 2008-07-29 08:14 Makefile.in
-rw-r--r--  1 lulihp users      0 2008-05-27 08:58 NEWS
-rw-r--r--  1 lulihp users    263 2008-05-27 08:58 README
drwxr-xr-x  5 lulihp users   4096 2009-06-14 09:10 src
 
   
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
אורח · ·
 

הודעה פורסם: 14/06/2009 - 17:26
נושא ההודעה:

תודה על הנסיון לעזור. לעניות דעתי ההבדל בין הפלט שלי לשלך נובע כנראה מהעובדה שאתה הורדת את קוד המקור, ואילו אני ביצעתי check-out לעץ ה- SVN. נראה לי שהשאלה היא "מה נשבר בעץ" או "אילו תלויות חסרות לי".


קוד:
[~/dev/hocr/libhocr]$ ls -la
total 1176
drwxr-xr-x 8 liorda liorda   4096 2009-06-14 16:40 .
drwxr-xr-x 5 liorda liorda   4096 2009-06-14 13:58 ..
-rw-r--r-- 1 liorda liorda 283265 2009-06-14 16:35 aclocal.m4
-rw-r--r-- 1 liorda liorda     34 2009-06-14 13:58 AUTHORS
drwxr-xr-x 2 liorda liorda   4096 2009-06-14 16:35 autom4te.cache
drwxr-xr-x 4 liorda liorda   4096 2009-06-14 13:55 bindings
-rw-r--r-- 1 liorda liorda  10160 2009-06-14 13:58 ChangeLog
-rw-r--r-- 1 liorda liorda   4995 2009-06-14 16:40 config.log
-rwxr-xr-x 1 liorda liorda 719197 2009-06-14 16:35 configure
-rw-r--r-- 1 liorda liorda   7873 2009-06-14 13:58 configure.ac
-rw-r--r-- 1 liorda liorda  35147 2009-06-14 13:58 COPYING
drwxr-xr-x 4 liorda liorda   4096 2009-06-14 13:55 docs
-rw-r--r-- 1 liorda liorda  51857 2009-06-14 13:58 Doxyfile.in
drwxr-xr-x 6 liorda liorda   4096 2009-06-14 13:58 examples
-rw-r--r-- 1 liorda liorda   1697 2009-06-14 13:58 HACKING
-rw-r--r-- 1 liorda liorda   7831 2009-06-14 13:58 INSTALL
-rw-r--r-- 1 liorda liorda    284 2009-06-14 13:58 libhocr-gtk.pc.in
-rw-r--r-- 1 liorda liorda    258 2009-06-14 13:58 libhocr.pc.in
-rw-r--r-- 1 liorda liorda    464 2009-06-14 13:58 Makefile.am
-rw-r--r-- 1 liorda liorda      0 2009-06-14 13:58 NEWS
-rw-r--r-- 1 liorda liorda    263 2009-06-14 13:58 README
drwxr-xr-x 4 liorda liorda   4096 2009-06-14 16:40 src
drwxr-xr-x 6 liorda liorda   4096 2009-06-14 14:52 .svn
 
   
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
ליאור_דלא בפורום כעת ת.הצטרפות: 05/09/2005 · הודעות: 66 ·
 

הודעה פורסם: 14/06/2009 - 17:28
נושא ההודעה:

(אני האורח הלא מזוהה)

עוד שאלה למטיבי הלכת: האם קיים פרמטר שניתן להעביר ל- svn כדי למחוק את כל הקבצים שאינם מנוהלים ע"י svn, כלומר משהו מקביל ל- make clean שמנקה את כל הטינופת שהשאירו autoconf וחבריו?
 
 צפיה בפרופיל המשתמש שלח הודעה פרטית ביקור באתר המפרסם  
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
לולי-אורח · ·
 

הודעה פורסם: 14/06/2009 - 17:48
נושא ההודעה:

אתה בוודאי יכול להשוות את התכולה בעצמך. ישר רואים כי config חסר אצלך ויש גם כמה קבצים שאינם אצלי.
 
   
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
kzamirלא בפורום כעת ת.הצטרפות: 25/12/2004 · הודעות: 76 ·
 

הודעה פורסם: 14/06/2009 - 18:55
נושא ההודעה:

הי,

1. לא עדכנתי את ה svn בערך שנה Sad אפשר להשתמש בקוד הארוז. הקוד ב svn מיועד למפתחים ואינו מכיל את קובץ ה configure , ניתן לייצר קובץ זה ע"י הרצה של כלי האוטו של גנו.

2. autoreconf מבצע הרצה אוטומאטית של כלי ה auto לפי הסדר וחוסך הרצה ידנית שלהם.

3. אני לא חושב שמשהוא שבור ב svn ... הוא לא השתנה בשנה האחרונה.
 
 צפיה בפרופיל המשתמש שלח הודעה פרטית ביקור באתר המפרסם  
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
ליאור_דלא בפורום כעת ת.הצטרפות: 05/09/2005 · הודעות: 66 ·
 

הודעה פורסם: 14/06/2009 - 19:08
נושא ההודעה:

קוד:
[~/dev/hocr/libhocr]$ autoreconf
configure.ac:11: required file `config/config.guess' not found
configure.ac:11:   `automake --add-missing' can install `config.guess'
configure.ac:11: required file `config/config.sub' not found
configure.ac:11:   `automake --add-missing' can install `config.sub'
configure.ac:8: required file `config/install-sh' not found
configure.ac:8:   `automake --add-missing' can install `install-sh'
configure.ac:8: required file `config/missing' not found
configure.ac:8:   `automake --add-missing' can install `missing'
bindings/python/Makefile.am:7: required file `config/py-compile' not found
bindings/python/Makefile.am:7:   `automake --add-missing' can install `py-compile'
examples/hocr/Makefile.am: required file `config/depcomp' not found
examples/hocr/Makefile.am:   `automake --add-missing' can install `depcomp'
configure.ac:11: required file `config/ltmain.sh' not found
autoreconf: automake failed with exit status: 1


אני מחשיב עצמי כמפתח, אבל רמת ההכרות שלי עם הכלים האלה של גנו שואפת לאפס. ביצעתי check-out היום, ולדעתי כל הכלים הדרושים מותקנים לי (על דביאן סטייבל). אתה יכול אולי לנסות לבצע check-out ולראות שזה אכן עובד?
 
 צפיה בפרופיל המשתמש שלח הודעה פרטית ביקור באתר המפרסם  
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
אורח · ·
 

הודעה פורסם: 14/06/2009 - 20:45
נושא ההודעה:

ציטוט:
אתה יכול אולי לנסות לבצע check-out ולראות שזה אכן עובד?

בודאי Smile

להלן cook-book להתקנה מ svn שעובד אצלי.

קוד:
svn checkout svn://svn.berlios.de/hocr/trunk/libhocr

cd libhocr/

autoreconf -fvi

./configure --prefix=/usr


אשמח לשמוע חוויות מהמשך ההתקנה, ופט'צים בהמשך ...

קובי
 
   
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
LemonLimeלא בפורום כעת ת.הצטרפות: 04/08/2008 · הודעות: 663 · מיקום: גורגוניה
 

הודעה פורסם: 14/06/2009 - 21:53
נושא ההודעה:

תריץ:
קוד:
autoreconf --install

זה דרוש רק בפעם הראשונה, אחר כך אם אתה משנה משהו בקבצים הרלוונטים (כלומר ב-configure.ac או באחד ה-Makefile.amים) אתה יכול פשוט להריץ autoreconf...
גם לא כל כך ברור לי למה אתה רוצה למחוק את הקבצים שלא נמצאים ב-svn, הרי הסיבה היחידה שהם לא שם היא שאלה קבצים שנוצרים אוטומטית ולכן אין טעם לעקוב אחרי שינויים בהם, ולא בגלל שאלה לא קבצים חיוניים...
 
 צפיה בפרופיל המשתמש שלח הודעה פרטית שלח דוא\ MSN Messenger מספר ICQ 
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
elcucoלא בפורום כעת ת.הצטרפות: 14/10/2003 · הודעות: 6255 ·
 

הודעה פורסם: 14/06/2009 - 22:56
נושא ההודעה:

אפשרות שנייה, להרפקתנים:

קוד:

svn checkout http://qhocr.googlecode.com/svn/trunk/ qhocr-read-only 
cd qhocr-read-only 
qmake
make


למעשה בספרייה יש שני פרוייקטים, אחד שיוצר מעטפת גרפית ושני התחלה של יישום ממשק פקודה. הכל עטוף במעטפת יפה שקוראים לה Qt4.

אם אתם רוצים לעזור בפיתוח של זה (זה הרבה יותר קל ממה שאתם חושבים, והרבה יותר מסובך ממה שאתם רוצים) תמיד אפשר לתפוס אותי באימייל.
 
 צפיה בפרופיל המשתמש שלח הודעה פרטית  
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
kzamirלא בפורום כעת ת.הצטרפות: 25/12/2004 · הודעות: 76 ·
 

הודעה פורסם: 14/06/2009 - 23:15
נושא ההודעה:

elcuco :
אפשרות שנייה, להרפקתנים:


qhocr תהיה הממשק הגרפי ה"רשמי" של hocr (כאשר יהיה לי מעט זמן כדי להוציא גרסה חדשה). עזרה ל-qhocr היא עזרה ישירה לקידום hocr
 
 צפיה בפרופיל המשתמש שלח הודעה פרטית ביקור באתר המפרסם  
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
elcucoלא בפורום כעת ת.הצטרפות: 14/10/2003 · הודעות: 6255 ·
 

הודעה פורסם: 14/06/2009 - 23:27
נושא ההודעה:

kzamir :
elcuco :
אפשרות שנייה, להרפקתנים:


qhocr תהיה הממשק הגרפי ה"רשמי" של hocr (כאשר יהיה לי מעט זמן כדי להוציא גרסה חדשה). עזרה ל-qhocr היא עזרה ישירה לקידום hocr


תודה שאתה לא מפחיד אותי בכלל Smile
 
 צפיה בפרופיל המשתמש שלח הודעה פרטית  
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
אורח · ·
 

הודעה פורסם: 15/06/2009 - 09:02
נושא ההודעה:

elcuco :
אפשרות שנייה, להרפקתנים:

קוד:

svn checkout http://qhocr.googlecode.com/svn/trunk/ qhocr-read-only 
cd qhocr-read-only 
qmake
make


למעשה בספרייה יש שני פרוייקטים, אחד שיוצר מעטפת גרפית ושני התחלה של יישום ממשק פקודה. הכל עטוף במעטפת יפה שקוראים לה Qt4.

אם אתם רוצים לעזור בפיתוח של זה (זה הרבה יותר קל ממה שאתם חושבים, והרבה יותר מסובך ממה שאתם רוצים) תמיד אפשר לתפוס אותי באימייל.
אתה יכול להעלות גרסה מקומפלת ל windows של qhocr שמבוסס על הקוד החדש של hocr? (עכשיו יש שם רק גרסאות מקומפלות של 0.Cool
 
   
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
elcucoלא בפורום כעת ת.הצטרפות: 14/10/2003 · הודעות: 6255 ·
 

הודעה פורסם: 15/06/2009 - 19:08
נושא ההודעה:

ייקח לי עוד הרבה זמן לייצג את הקוד. חסר עוד מלא דברים, ולא הכל עובד.
צריך מפתחים, זה הכל.
 
 צפיה בפרופיל המשתמש שלח הודעה פרטית  
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
הצגת הודעות מלפני:     
מעבר אל:  
כל הזמנים הם GMT + 2 שעות
תגובה לנושא
צפיה בנושא הבא Printable version התחבר כדי לבדוק הודעות פרטיות צפיה בנושא הקודם
PNphpBB2 © 2003-2004 

תוכן הדיון

  1. אורח
  2. אורח
  3. LemonLime
  4. אורח [לולי-]
  5. אורח
  6. אורח
  7. אורח [לולי-]
  8. אורח
  9. ליאור_ד
  10. אורח [לולי-]
  11. kzamir
  12. ליאור_ד
  13. אורח
  14. LemonLime
  15. elcuco
  16. kzamir
  17. elcuco
  18. אורח
  19. elcuco