Skip to content

nagyist/FreeTDS-iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FreeTDS-iOS

a script for building FreeTDS for IOS

Update: To get it compiling I had to do the following:

  1. Make sure header files are installed: xcode-select --install
  2. Make sure automake is installed: brew install automake
  3. Edit freetds-1.00.15/src/apps/fisql/fisql.c to add #include <sys/stat.h>
Reference:
http://stackoverflow.com/questions/11424846/cross-compiling-freetds-to-iphone
https://github.com/aelam/libspeex-iOS

FreeTDS example code in C:
http://lists.ibiblio.org/pipermail/freetds/2007q4/022482.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.6%
  • C 21.2%
  • Makefile 9.1%
  • Shell 5.3%
  • Roff 5.2%
  • JavaScript 0.5%
  • Other 1.1%