KarimMohamed20 / nwrfcsdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cd /usr/local
sudo mkdir sap
cd sap
sudo git clone https://github.com/KarimMohamed20/nwrfcsdk
cd ~/
vim .bashrc # (Type the following in .bashrc, export SAPNWRFC_HOME=/usr/local/sap/nwrfcsdk)
source .bashrc
sudo su
sudo vim /etc/ld.so.conf.d/nwrfcsdk.conf # (enter the following line /usr/local/sap/nwrfcsdk/lib)

and for php extension installation please follow these steps https://gkralik.github.io/php7-sapnwrfc/building.html#building-on-linux

About


Languages

Language:C 99.9%Language:Shell 0.1%