The Following User Says Thank You to n950 For This Useful Post: | ||
|
2013-01-20
, 22:17
|
Posts: 1,196 |
Thanked: 1,413 times |
Joined on Aug 2011
|
#163
|
|
2013-01-20
, 22:23
|
Posts: 1,196 |
Thanked: 1,413 times |
Joined on Aug 2011
|
#165
|
For example do:
and then run it.Code:export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
The Following User Says Thank You to n950 For This Useful Post: | ||
|
2013-01-20
, 22:40
|
Posts: 1,298 |
Thanked: 2,277 times |
Joined on May 2011
|
#166
|
#!/bin/bash cd /opt/mozbuildhm export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH" url=${1:-"https://google.com"} ./qmlMozEmbedTest "$url"
|
2013-01-21
, 01:32
|
Posts: 40 |
Thanked: 265 times |
Joined on Aug 2007
|
#167
|
The Following User Says Thank You to romaxa For This Useful Post: | ||
|
2013-01-21
, 03:05
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#168
|
|
2013-01-21
, 04:26
|
Posts: 1,196 |
Thanked: 1,413 times |
Joined on Aug 2011
|
#169
|
|
2013-01-21
, 08:20
|
|
Posts: 1,338 |
Thanked: 1,055 times |
Joined on Oct 2009
@ California, USA / Jordan
|
#170
|
The Following 8 Users Say Thank You to bandora For This Useful Post: | ||
I don't find the solution for my problem.
Anyone can help me to find the soution few pages ago please.