我正在为我的项目使用Kal日历组件,我从
开始 https://github.com/klazuka/Kal
我正在使用xcode4.5,并对第3步& 6
3: Now you need to link the Kal static library to your project. Select the Kal.xcodeproj file that you just added to the sidebar. Under the "Details" table, you will see libKal.a. Check the checkbox on the far right for this file. This will tell Xcode to link against Kal when building your app.
6:Finally, we need to tell your project where to find the Kal headers. Open your "Project Settings" and go to the "Build" tab. Look for "Header Search Paths" and double-click it. Add the relative path from your project's directory to the "Kal/src" directory.
我在xcode4.5中不清楚第3步,我对第6步感到困惑,我应该提供完整路径吗? 请帮忙