Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.
/ gpdb_xcode Public archive

Files to make XCode work with the gpdb source tree

License

Notifications You must be signed in to change notification settings

zellerh/gpdb_xcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpdb_xcode

Files to make XCode work with the gpdb source tree

Run the following commands (on MacOS) in your top-level gpdb directory:

wget https://raw.githubusercontent.com/zellerh/gpdb_xcode/master/CMakeLists.txt
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/

rm -rf build.xcode
mkdir build.xcode
cd build.xcode
cmake -GXcode -DCMAKE_BUILD_TYPE=Debug  ../
open gpdb.xcodeproj/

sudo xcode-select -s /Library/Developer/CommandLineTools

Alternatively, the aliases.sh file contains some bash commands to build GPDB and to set up the XCode projects.

About

Files to make XCode work with the gpdb source tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published