-
Notifications
You must be signed in to change notification settings - Fork 13
Installation
Gavin Fielder edited this page May 7, 2019
·
6 revisions
In the root of your repo, run this command:
git clone https://github.com/gavinfielder/pft.git pft && echo "pft/" >> .gitignore
For most users, that is all that is required.
If you include all required .o files (including your libft) in libftprintf.a, this is not necessary. If you do NOT, and require your libft separate, you must set USE_SEPARATE_LIBFT=1
in the Configuration Options. Make sure that the LIBFT_DIR_PATH
is also accurate.
You can clone PFT anywhere you wish and set the LIBFTPRINTF_DIR
option in the Configuration Options to point to your ft_printf repo.
This feature has not been rigorously tested so if you find additional steps are needed or have any other trouble with this, let me know so I can update the documentation.
- Home
- Installation
- Usage
- What's NOT Covered
- Workflow with PFT
- Options and Configuration
- Additional Features
- Troubleshooting
- Compatibility With Other Systems
- Contributing to this repo (and possible future features)