[v8-users] How to compile v8 to Sony PS5?

2023-02-09 Thread 杨少杰
Hi, I am a game developer, and I recently encountered a problem. How does the v8 engine compile to Sony PS5? Or can you give some suggestions? Thaks all! -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you ar

Re: [v8-users] How to compile v8 to Sony PS5?

2023-02-09 Thread Ben Noordhuis
On Thu, Feb 9, 2023 at 10:57 AM 杨少杰 wrote: > > I am a game developer, and I recently encountered a problem. How does the v8 > engine compile to Sony PS5? Or can you give some suggestions? The PS5 is a x86_64 machine running a variant of freebsd 12 (or 13?), right? Untested, but building on freeb

Re: [v8-users] How to compile v8 to Sony PS5?

2023-02-09 Thread Paozi Sha
Thaks reply. Gn is used for the construction of v8 project. Can gn build freebsd? There are too few PS materials. I can't find more references. 在2023年2月9日星期四 UTC+8 18:06:28 写道: > On Thu, Feb 9, 2023 at 10:57 AM 杨少杰 wrote: > > > > I am a game developer, and I recently encountered a problem. How d

Re: [v8-users] How to compile v8 to Sony PS5?

2023-02-09 Thread Ben Noordhuis
On Thu, Feb 9, 2023 at 11:35 AM Paozi Sha wrote: > Gn is used for the construction of v8 project. Can gn build freebsd? There > are too few PS materials. I can't find more references. It could at one time but freebsd is not a supported platform so who knows. You could use the V8 build from Node.