george-silva / arop

Automated Registration and Orthorectification Package
26 stars 10 forks source link

missing lib directory? #1

Closed XavierCLL closed 8 years ago

XavierCLL commented 8 years ago

Hi,

I tried compile arop in Archlinux, but this show me a error in make command:

Error: .... arop/source/lib/geolib.a: No such file or directory

In env.sh file you refer a lib directory: export MYLIB=$TOP/lib

but lib directory not exist in source code

Thanks

george-silva commented 8 years ago

Hello @XavierCLL !

This software is/was developed by NASA. I haven't had much experience with it, but check the orignal page for the software.

If you wish to contribute with instructions for compiling, it would be great.

http://globalchange.nasa.gov/KeywordSearch/Metadata.do?Portal=GCMD_Services&KeywordPath=ServiceParameters|DATA+ANALYSIS+AND+VISUALIZATION&EntryId=USDA_ARS_AROP&MetadataView=Full&MetadataType=1&lbnode=mdlb5

XavierCLL commented 8 years ago

Hi @george-silva !

Sorry I thougth you were some developer os arop :V, and I found the error, you have the source code for i386 (32bits) and I have 64bit OS, but thanks for your answer.