简体   繁体   English

我可以在Mac上安装libexpect并将其与Xcode一起在C中使用吗?

[英]Can I install libexpect on my Mac and use it in C with Xcode?

I'd like to use the libexpect api http://linux.die.net/man/3/libexpect , but I'm unsure how to obtain this code and use it in Xcode. 我想使用libexpect api http://linux.die.net/man/3/libexpect ,但是我不确定如何获取此代码并在Xcode中使用它。 I'm learning C and would like to build some cli tools. 我正在学习C并且想构建一些CLI工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 通过gcc45的MacPorts安装后,如何在我的Mac上使用它来构建C语言? - after the installation via MacPorts of gcc45, how can I use it to build C language on my Mac? 我可以在xcode上安装gtk吗? - Can I install gtk on xcode? 我可以在Xcode中的C语言中使用快速帮助语法吗? - Can I use quick help syntax in C in Xcode? 如何使用Xcode编译C程序,以便可以在沙箱中使用二进制文件? - How can I use Xcode to compile a C program so I can use the binary in the sandbox? 我可以在 mac 上使用 textedit 作为文本编辑器来编写 c 程序吗? - Can I use textedit on mac as the text editor for writing c program? 如何在 Mac 上使用 Xcode 在 C 中设置 I/O 重定向? - How to set up I/O redirection in C with Xcode on a mac? 如何在外部服务器上安装和使用嵌入式 C 的编译器? - How can I install and use compilers for embedded C on an external server? 如何为我的iPhone项目在Xcode中使用第三方C库? - How do I use a 3rd party C library in Xcode for my iphone project? 使用libexpect通过bash进行c sshfs自动连接 - c sshfs automatic connection thru bash using libexpect C99-为什么我不能在Xcode 6中使用可变长度的char数组? - C99 - Why can't I use a variable-length char array in Xcode 6?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM