You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build_scripts/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,8 @@ Make sure ``git`` is in you PATH
16
16
2. Set up Firebird 32-bit and 64-bit installations or libraries.
17
17
3. Set up PHP-SDK according to https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2
18
18
4. Clone php-firebird extension source somewhere.
19
-
4. Copy these build scripts to C:\php-sdk\
20
19
5. Adjust php-fb-config.bat.
21
-
22
20
``Note: PFB_SOURCE_DIR should point one level up. For example
23
21
PFB_SOURCE_DIR=D:\php-firebird\ then your source should reside in D:\php-firebird\php-firebird\
24
22
``
25
-
6.Run ``php-fb-build-all.bat`` to build for all PHP versions or run ``php-fb-build.bat 7.4 vc15`` to build for particular version.
23
+
6.cd into php-sdk and from there run ``<path_to>\php-fb-build-all.bat`` to build for all PHP versions or run ``php-fb-build.bat 7.4 vc15`` to build for particular version.
0 commit comments