Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 820  / 2 Years ago, sun, march 6, 2022, 7:04:53

I've downloaded Midori, and am attempting to build and install. According to the install instructions, I need to do this:




Make sure you have Python 2.4 or higher installed.



Change to the Midori folder on your
hard disk in a terminal.



Run './waf configure'



Run './waf build'



You can now run Midori from the build
folder like so



'./waf build --run'



Using --run as shown above will make
sure extensions as well as
localizations are used from the build
folder.



You can install it with './waf
install'




When I run configure, though, I get the following:



esther@esther-linux:~/midori-0.3.6$ ./waf configure
Checking for program gcc or cc : /usr/bin/gcc
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for gcc : ok
Checking for program valac : not found
Vala is required for some extensions.
Pass --disable-vala to not build with Vala.


The instructions don't mention anything about Vala; what is it and where can I get it?


More From » midori

 Answers
1

It's a programming language that gets compiled into C (see Wikipedia). This is the first time I've seen it being used - cool :)



If you install valac from synaptic or the Software Centre you should get past that check.


[#44672] Monday, March 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fenddy

Total Points: 361
Total Questions: 103
Total Answers: 113

Location: Turkmenistan
Member since Sun, Aug 2, 2020
4 Years ago
fenddy questions
Tue, Nov 22, 22, 10:11, 1 Year ago
Tue, Sep 27, 22, 09:16, 2 Years ago
Wed, Dec 28, 22, 13:09, 1 Year ago
Fri, Jun 18, 21, 14:04, 3 Years ago
;